From 61854a2fff9fde7d6a5b4ba4c53ea78b01055655 Mon Sep 17 00:00:00 2001 From: defacer Date: Fri, 7 May 2004 10:46:34 +0000 Subject: [PATCH] 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! :) --- calendar/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5