summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-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;
}