Skip to content

Commit

Permalink
MDL-15519 sorry I'm an idiot, that should have been H3 not H2
Browse files Browse the repository at this point in the history
  • Loading branch information
sam_marshall committed Jul 14, 2008
1 parent 197c4f3 commit e2ce18a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion calendar/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ function calendar_top_controls($type, $data) {
$content .= '<div style="text-align: center;"><a href="'.CALENDAR_URL.'view.php?view=upcoming"'.$courseid.'>'.userdate($time, get_string('strftimemonthyear'))."</a></div>\n";
break;
case 'display':
$content .= '<h2><a href="'.calendar_get_link_href(CALENDAR_URL.'view.php?view=month'.$courseid.'&amp;', 1, $data['m'], $data['y']).'">'.userdate($time, get_string('strftimemonthyear'))."</a></h2>\n";
$content .= '<h3><a href="'.calendar_get_link_href(CALENDAR_URL.'view.php?view=month'.$courseid.'&amp;', 1, $data['m'], $data['y']).'">'.userdate($time, get_string('strftimemonthyear'))."</a></h3>\n";
break;
case 'month':
list($prevmonth, $prevyear) = calendar_sub_month($data['m'], $data['y']);
Expand Down
2 changes: 1 addition & 1 deletion theme/standard/styles_fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ a.skip-block {
margin:0;
}

#calendar .minicalendarblock h2 {
#calendar .minicalendarblock h3 {
font-size:1.0em;
margin:0;
font-weight:normal;
Expand Down

0 comments on commit e2ce18a

Please sign in to comment.