From 43d49576da5fde2bb4052054eb2bec94bc8d0c2a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 29 Jan 2004 20:57:59 +0000 Subject: - Fixed bug #5434: added missing "/" in link to be XHTML compliant. Patch by pz. --- modules/blog.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/blog.module') diff --git a/modules/blog.module b/modules/blog.module index 159b7ff98..31d669ca2 100644 --- a/modules/blog.module +++ b/modules/blog.module @@ -126,7 +126,7 @@ function blog_page_user($uid) { $output .= theme('pager', NULL, variable_get("default_nodes_main", 10)); $output .= theme('xml_icon', url("blog/feed/$account->uid")); - drupal_set_html_head('uid") .'">'); + drupal_set_html_head('uid") .'" />'); print theme("page", $output, $title); } @@ -143,7 +143,7 @@ function blog_page_last() { $output .= theme('pager', NULL, variable_get("default_nodes_main", 10)); $output .= theme('xml_icon', url('blog/feed')); - drupal_set_html_head(''); + drupal_set_html_head(''); print theme("page", $output); } -- cgit v1.2.3