mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
MDL-24350: fixed XHTML strict by removing an additional of '</div>'
This commit is contained in:
parent
899baccdd3
commit
6694ff841b
@ -715,7 +715,7 @@ function calendar_top_controls($type, $data) {
|
||||
$content .= $left.'<span class="hide"> | </span>';
|
||||
$content .= html_writer::tag('span', html_writer::link($calendarlink, userdate($time, get_string('strftimemonthyear')), array('title'=>get_string('monththis','calendar'))), array('class'=>'current'));
|
||||
$content .= '<span class="hide"> | </span>'. $right;
|
||||
$content .= "<span class=\"clearer\"><!-- --></span></div>\n";
|
||||
$content .= "<span class=\"clearer\"><!-- --></span>\n";
|
||||
$content .= html_writer::end_tag('div');
|
||||
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user