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 10:57:00 +00:00
parent f578af59fc
commit 20207b827a
41 changed files with 124 additions and 124 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
<?PHP // $Id$
<?php
// block.php - allows admin to edit all local configuration variables for a block
@@ -73,4 +73,4 @@
echo '</form>';
echo $OUTPUT->footer();
?>