From 7308cb6949143df804ef8d2f8f8df4db8a0ca585 Mon Sep 17 00:00:00 2001 From: dwoolhead Date: Wed, 27 Jun 2007 11:45:37 +0000 Subject: [PATCH] MDL-10084 Styling/branding --- calendar/lib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/calendar/lib.php b/calendar/lib.php index 867b966d7a..84aa030a94 100644 --- a/calendar/lib.php +++ b/calendar/lib.php @@ -202,7 +202,7 @@ function calendar_get_mini($courses, $groups, $users, $cal_month = false, $cal_y // Paddding (the first week may have blank days in the beginning) for($i = $display->minwday; $i < $startwday; ++$i) { - $content .= ' '."\n"; + $content .= ' '."\n"; } // Now display all the calendar @@ -332,7 +332,7 @@ function calendar_get_mini($courses, $groups, $users, $cal_month = false, $cal_y // Paddding (the last week may have blank days at the end) for($i = $dayweek; $i <= $display->maxwday; ++$i) { - $content .= ' '; + $content .= ' '; } $content .= ''; // Last row ends -- 2.39.5