From 76192f667d09f2b84dc9eb5ade3b77d7079c01c5 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 5 Mar 2004 20:57:05 +0000 Subject: - Modified patch by TheLibrarian: add a summary attribute to the calendar. --- modules/archive.module | 2 +- modules/archive/archive.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/archive.module b/modules/archive.module index 5458914d1..8fd216d49 100644 --- a/modules/archive.module +++ b/modules/archive.module @@ -82,7 +82,7 @@ function archive_calendar($original = 0) { // Generate calendar header: $output .= "\n\n"; $output .= "
"; - $output .= "\n"; + $output .= "
\n"; $output .= " \n"; // First day of week (0 => Sunday, 1 => Monday, ...) diff --git a/modules/archive/archive.module b/modules/archive/archive.module index 5458914d1..8fd216d49 100644 --- a/modules/archive/archive.module +++ b/modules/archive/archive.module @@ -82,7 +82,7 @@ function archive_calendar($original = 0) { // Generate calendar header: $output .= "\n\n"; $output .= "
"; - $output .= "
". l("«", "archive/". date("Y/m/d", $prev)) ." ". format_date($requested, "custom", "F") . date(" Y", $requested) ." ". ($nextmonth <= time() ? l("»", "archive/". date("Y/m/d", $next)) : " ") ."
\n"; + $output .= "
\n"; $output .= " \n"; // First day of week (0 => Sunday, 1 => Monday, ...) -- cgit v1.2.3
". l("«", "archive/". date("Y/m/d", $prev)) ." ". format_date($requested, "custom", "F") . date(" Y", $requested) ." ". ($nextmonth <= time() ? l("»", "archive/". date("Y/m/d", $next)) : " ") ."