diff --git a/calendar/lib.php b/calendar/lib.php index 867b966d7ad..84aa030a946 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