@@ -2577,7 +2577,7 @@ class Blog {
$numberofdays[2] = 29;
//Get the first day of the month
- $dayone = getdate(mktime(0, 0, 0, $month, 1, $year));
+ $dayone = getdate(mktime(0, 0, 0, $month, 1, $year));
$monthName = $MonthsLong[$month-1];
//Start the week on monday
@@ -2682,10 +2682,10 @@ class Blog {
echo '
' . $curday . '';
else
echo $dayheader;
-
- if (count($tasks) > 0)
+
+ if (count($tasks) > 0)
{
- if (is_array($tasks[$curday]))
+ if (is_array($tasks[$curday]))
{
// Add tasks to calendar
foreach ($tasks[$curday] as $task)
@@ -2694,7 +2694,7 @@ class Blog {
}
}
}
-
+
echo "\n";
$curday ++;
@@ -2720,7 +2720,7 @@ class Blog {
' . get_lang('AddBlog') . '