From 3bfd8bc8b75619432b3679348057c051bbfeef02 Mon Sep 17 00:00:00 2001 From: dwoolhead Date: Thu, 28 Jun 2007 14:08:08 +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 06c5d43195..a4571c9e7b 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