MDL-24350: fixed XHTML strict by removing an additional of '</div>'

This commit is contained in:
Rossiani Wijaya 2010-09-23 05:50:15 +00:00
parent 899baccdd3
commit 6694ff841b

View File

@ -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;