mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
table ID was written behind the closing tag of the table - corrected.
This commit is contained in:
parent
ff6048dd10
commit
5c0f8cab97
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user