]> git.mjollnir.org Git - moodle.git/commitdiff
Initial fix, Bug 5161 "Course format weekscss looks unfinished". Includes making...
authornfreear <nfreear>
Wed, 12 Apr 2006 11:14:03 +0000 (11:14 +0000)
committernfreear <nfreear>
Wed, 12 Apr 2006 11:14:03 +0000 (11:14 +0000)
course/format/weekscss/format.php

index 12d44ba49235c85f4e5be7026d896cd86d45e4ed..838d9cbe2c09309699681207cb0a202a3a770ef2 100644 (file)
@@ -81,8 +81,8 @@
     }
 
 
-/// Layout the whole page as three big columns.
-    echo '<div id="layout-table">';
+/// Layout the whole page as three big columns (was, id="layout-table")
+    echo '<div class="weekscss-format">';
 
 /// The left column ...