]> git.mjollnir.org Git - moodle.git/commitdiff
table ID was written behind the closing tag of the table - corrected.
authorurs_hunkler <urs_hunkler>
Tue, 18 Jan 2005 19:53:56 +0000 (19:53 +0000)
committerurs_hunkler <urs_hunkler>
Tue, 18 Jan 2005 19:53:56 +0000 (19:53 +0000)
course/format/social/format.php

index 9ba376ef52c096995c64a6c9baed8f344949f05a..181b31da752e9072892eda06f58a90cf60c3d8fe 100644 (file)
@@ -22,7 +22,7 @@
     $strgroupmy      = get_string("groupmy");
     $editing         = isediting($course->id);
 
-    echo '<table width="100%" border="0" cellspacing="5" cellpadding="5"> id="layout-table"';
+    echo '<table width="100%" border="0" cellspacing="5" cellpadding="5" id="layout-table">';
     echo '<tr>';
 
     if(blocks_have_content($pageblocks[BLOCK_POS_LEFT]) || $editing) {