From 4a5fa1a9548353fe5a33a6d848559c65f2da4716 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 28 Nov 2001 22:00:45 +0000 Subject: - Fixed a glitch in the news feeds. --- modules/blog.module | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/blog.module') diff --git a/modules/blog.module b/modules/blog.module index 2bf42e3f3..f8cdb7922 100644 --- a/modules/blog.module +++ b/modules/blog.module @@ -107,8 +107,7 @@ function blog_feed_user($uid = 0, $date = 0) { } $output .= "\n"; - $output .= "\n"; - $output .= "\n"; + // $output .= "\n"; $output .= "\n"; $output .= format_rss_channel("$account->name's blog", path_uri() ."module.php?mod=blog&op=view&id=$account->uid", "$account->name's blog", $items); $output .= "\n"; -- cgit v1.2.3