mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
course-format-weeks MDL-24742 dont redefine maincontent
It was breaking XHTML validation due to duplicate id
This commit is contained in:
parent
46f4c3932f
commit
7de9bfad15
@ -65,7 +65,6 @@ defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
echo $OUTPUT->heading(get_string('weeklyoutline'), 2, 'headingblock header outline');
|
||||
|
||||
echo "<span id='maincontent'></span>";
|
||||
// Note, an ordered list would confuse - "1" could be the clipboard or summary.
|
||||
echo "<ul class='weeks'>\n";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user