From: defacer Date: Fri, 7 May 2004 10:46:34 +0000 (+0000) Subject: Eloy discovered this little bug hiding under the rug. Even though this code X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=61854a2fff9fde7d6a5b4ba4c53ea78b01055655;p=moodle.git Eloy discovered this little bug hiding under the rug. Even though this code is not used at all right now, it was wrong and would need to be fixed when we have calendars for the site front page. Thanks Eloy! :) --- diff --git a/calendar/lib.php b/calendar/lib.php index d2e6ed6cc8..49cbc14a32 100644 --- a/calendar/lib.php +++ b/calendar/lib.php @@ -499,7 +499,7 @@ function calendar_top_controls($type, $data) { $prevlink = calendar_get_link_tag('<<', 'index.php?', 0, $prevmonth, $prevyear); $content .= ''; $content .= '\n"; - $content .= '\n"; + $content .= '\n"; $content .= '\n"; $content .= '
'.$prevlink."'.$monthname.' '.$data['y']."'.strftime(get_string('strftimemonthyear'), $time)."'.$nextlink."
'; break;