diff options
author | Dries Buytaert <dries@buytaert.net> | 2002-10-02 19:30:05 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2002-10-02 19:30:05 +0000 |
commit | ebcd319d638ea0dcf3d034baf949b2bb1710ca35 (patch) | |
tree | 38281245d777c8b573f65ac2415e7eb831798dd9 | |
parent | 9e85e4b94995fbb5f73e73b3335ebdac9aae9802 (diff) | |
download | brdo-ebcd319d638ea0dcf3d034baf949b2bb1710ca35.tar.gz brdo-ebcd319d638ea0dcf3d034baf949b2bb1710ca35.tar.bz2 |
- Fixed HTML typo. Patch by Gerhard.
-rw-r--r-- | modules/archive.module | 2 | ||||
-rw-r--r-- | modules/archive/archive.module | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/archive.module b/modules/archive.module index 4c0cf4bc1..15d61e5b6 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 4c0cf4bc1..15d61e5b6 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; } |