MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

This commit is contained in:
Petr Skoda
2009-11-01 12:00:47 +00:00
parent 5117d59899
commit 4ca6cfbfd4
90 changed files with 313 additions and 338 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
<?php // $Id$
<?php
class block_admin_tree extends block_base {
@@ -71,7 +71,7 @@ class block_admin_tree extends block_base {
if (admin_critical_warnings_present()) {
$class .= ' criticalnotification';
}
}
}
if ($content->is_hidden()) {
$class .= ' hidden';
}