From 5c0f8cab97de9fbb4294b70cb8d7307dd2f7db39 Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Tue, 18 Jan 2005 19:53:56 +0000 Subject: [PATCH] table ID was written behind the closing tag of the table - corrected. --- course/format/social/format.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.5