summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2002-10-02 19:30:05 +0000
committerDries Buytaert <dries@buytaert.net>2002-10-02 19:30:05 +0000
commitebcd319d638ea0dcf3d034baf949b2bb1710ca35 (patch)
tree38281245d777c8b573f65ac2415e7eb831798dd9
parent9e85e4b94995fbb5f73e73b3335ebdac9aae9802 (diff)
downloadbrdo-ebcd319d638ea0dcf3d034baf949b2bb1710ca35.tar.gz
brdo-ebcd319d638ea0dcf3d034baf949b2bb1710ca35.tar.bz2
- Fixed HTML typo. Patch by Gerhard.
-rw-r--r--modules/archive.module2
-rw-r--r--modules/archive/archive.module2
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\">&nbsp</td>\n";
+ $output .= " <tr><td colspan=\"$first\">&nbsp;</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\">&nbsp</td>\n";
+ $output .= " <tr><td colspan=\"$first\">&nbsp;</td>\n";
$first = 0;
}