From ebcd319d638ea0dcf3d034baf949b2bb1710ca35 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 2 Oct 2002 19:30:05 +0000 Subject: - Fixed HTML typo. Patch by Gerhard. --- modules/archive/archive.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/archive') 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 .= "  \n"; + $output .= "  \n"; $first = 0; } -- cgit v1.2.3