diff --git a/modules/archive.module b/modules/archive.module index 4c0cf4bc1c698807edf694d4a7baddd31e8ff52e..15d61e5b66fc60b6f64e80564ace74cc13bfb4b4 100644 --- a/modules/archive.module +++ b/modules/archive.module @@ -57,7 +57,7 @@ function archive_display($original = 0) { while ($nday <= $last) { // Set up blank days for first week of the month: if ($first) { - $output .= " <tr><td colspan=\"$first\"> </td>\n"; + $output .= " <tr><td colspan=\"$first\"> </td>\n"; $first = 0; } diff --git a/modules/archive/archive.module b/modules/archive/archive.module index 4c0cf4bc1c698807edf694d4a7baddd31e8ff52e..15d61e5b66fc60b6f64e80564ace74cc13bfb4b4 100644 --- a/modules/archive/archive.module +++ b/modules/archive/archive.module @@ -57,7 +57,7 @@ function archive_display($original = 0) { while ($nday <= $last) { // Set up blank days for first week of the month: if ($first) { - $output .= " <tr><td colspan=\"$first\"> </td>\n"; + $output .= " <tr><td colspan=\"$first\"> </td>\n"; $first = 0; }