
Index: moodle/calendar/lib.php
--- moodle/calendar/lib.php Base (1.276)
+++ moodle/calendar/lib.php Locally Modified (Based On 1.276)
@@ -715,7 +715,7 @@
             $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;
