From: skodak Date: Thu, 30 Nov 2006 08:32:30 +0000 (+0000) Subject: minor xhtml fix X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f2de62da39803759d85712cd16470900dfff80d0;p=moodle.git minor xhtml fix --- diff --git a/calendar/lib.php b/calendar/lib.php index b3a465d037..276c3b7255 100644 --- a/calendar/lib.php +++ b/calendar/lib.php @@ -635,7 +635,7 @@ function calendar_top_controls($type, $data) { $content .= ''.$prevlink."\n"; $content .= ' | '.userdate($time, get_string('strftimemonthyear')).''; $content .= ' | '.$nextlink."\n"; - $content .= "\n"; + $content .= "\n"; break; case 'course': list($prevmonth, $prevyear) = calendar_sub_month($data['m'], $data['y']); @@ -646,7 +646,7 @@ function calendar_top_controls($type, $data) { $content .= ''.$prevlink."\n"; $content .= ' | '.userdate($time, get_string('strftimemonthyear')).''; $content .= ' | '.$nextlink."\n"; - $content .= "\n"; + $content .= "\n"; break; case 'upcoming': $content .= '
'.userdate($time, get_string('strftimemonthyear'))."
\n"; @@ -663,7 +663,7 @@ function calendar_top_controls($type, $data) { $content .= ' $THEME->larrow ".userdate($prevdate, get_string('strftimemonthyear')).''; $content .= ' | '.userdate($time, get_string('strftimemonthyear'))."\n"; $content .= ' | '.userdate($nextdate, get_string('strftimemonthyear'))." $THEME->rarrow\n"; - $content .= "\n"; + $content .= "\n"; break; case 'day': $data['d'] = $date['mday']; // Just for convenience @@ -687,7 +687,7 @@ function calendar_top_controls($type, $data) { $content .= ' | '.$text.''; $content .= ' | '.$nextname." $THEME->rarrow\n"; - $content .= "\n"; + $content .= "\n"; break; } return $content;