From: urs_hunkler Date: Tue, 18 Jan 2005 19:53:56 +0000 (+0000) Subject: table ID was written behind the closing tag of the table - corrected. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5c0f8cab97de9fbb4294b70cb8d7307dd2f7db39;p=moodle.git table ID was written behind the closing tag of the table - corrected. --- diff --git a/course/format/social/format.php b/course/format/social/format.php index 9ba376ef52..181b31da75 100644 --- a/course/format/social/format.php +++ b/course/format/social/format.php @@ -22,7 +22,7 @@ $strgroupmy = get_string("groupmy"); $editing = isediting($course->id); - echo ' id="layout-table"'; + echo '
'; echo ''; if(blocks_have_content($pageblocks[BLOCK_POS_LEFT]) || $editing) {