From: moodler Date: Fri, 2 Oct 2009 06:20:52 +0000 (+0000) Subject: calendar html MDL-17528 Add H2 to the "block" headers to make consistent with everything X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0e2afc47d8b0de7d237ac64463d2834f854451ee;p=moodle.git calendar html MDL-17528 Add H2 to the "block" headers to make consistent with everything --- diff --git a/calendar/event.php b/calendar/event.php index 3a975da24e..945aa5a70d 100644 --- a/calendar/event.php +++ b/calendar/event.php @@ -554,14 +554,14 @@ list($nextmon, $nextyr) = calendar_add_month($mon, $yr); echo ''; echo '
'; -echo '
'.get_string('eventskey', 'calendar').'
'; +echo '

'.get_string('eventskey', 'calendar').'

'; echo '
'; echo calendar_filter_controls('event', 'action='.$action.'&type='.$eventtype.'&id='.$eventid); echo '
'; echo '
'; echo '
'; -echo '
'.get_string('monthlyview', 'calendar').'
'; +echo '

'.get_string('monthlyview', 'calendar').'

'; echo '
'; echo calendar_top_controls('display', array('id' => $urlcourse, 'm' => $prevmon, 'y' => $prevyr)); echo calendar_get_mini($courses, $groups, $users, $prevmon, $prevyr); @@ -660,4 +660,4 @@ function calendar_add_event_allowed($event) { } } -?> \ No newline at end of file +?>