table ID was written behind the closing tag of the table - corrected.

This commit is contained in:
urs_hunkler 2005-01-18 19:53:56 +00:00
parent ff6048dd10
commit 5c0f8cab97

View 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) {