From 5ed066278b2c346e35a34887e046126d0ce6057b Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 23 Aug 2001 08:22:04 +0000 Subject: - Added missing urlencode()'s as reported by Jared. --- modules/blog/blog.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/blog/blog.module') diff --git a/modules/blog/blog.module b/modules/blog/blog.module index ae4b370e0..0e2a9881e 100644 --- a/modules/blog/blog.module +++ b/modules/blog/blog.module @@ -81,7 +81,7 @@ function blog_page_user($name = 0, $date = 0) { if ($date != date("dny", $blog->timestamp)) { $date = date("dny", $blog->timestamp); - $output .= "timestamp), date("d", $blog->timestamp), date("Y", $blog->timestamp)) ."\">". format_date($blog->timestamp, custom, "d M Y") .":"; + $output .= "timestamp), date("d", $blog->timestamp), date("Y", $blog->timestamp)) ."\">". format_date($blog->timestamp, custom, "d M Y") .":"; } if ($user->id && $user->name == $name) { @@ -397,7 +397,7 @@ class BlogCalendar { // Generate calendar header: $output .= "\n\n"; $output .= "\n"; - $output .= " \n"; + $output .= " \n"; // Generate the days of the week: $output .= " "; @@ -426,7 +426,7 @@ class BlogCalendar { $date = mktime(23, 59, 59, $month, $nday, $year); if ($date == $this->date) $output .= " \n"; else if ($date > $today) $output .= " \n"; - else $output .= " \n"; + else $output .= " \n"; // Start every week on a new line: if ($sday == 6) $output .= " \n"; -- cgit v1.2.3
name&date=$prev\" STYLE=\"text-decoration: none;\"><<   ". date("F Y", $this->date) ."   " . ($next <= $thislast ? "name&date=$next\" STYLE=\"text-decoration: none;\">>>" : ">>") . "
name) ."&date=$prev\" STYLE=\"text-decoration: none;\"><<   ". date("F Y", $this->date) ."   " . ($next <= $thislast ? "name) ."&date=$next\" STYLE=\"text-decoration: none;\">>>" : ">>") . "
$nday$ndayname&date=$date\" STYLE=\"text-decoration: none;\">$ndayname) ."&date=$date\" STYLE=\"text-decoration: none;\">$nday