From: dwoolhead Date: Wed, 27 Jun 2007 11:45:37 +0000 (+0000) Subject: MDL-10084 Styling/branding X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7308cb6949143df804ef8d2f8f8df4db8a0ca585;p=moodle.git MDL-10084 Styling/branding --- 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