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/node/node.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/node/node.module') diff --git a/modules/node/node.module b/modules/node/node.module index 8aa15c96b..0b719a3b4 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -452,7 +452,7 @@ function node_feed() { } $output .= "\n"; - $output .= "\n"; + // $output .= "\n"; $output .= "\n"; $output .= format_rss_channel(variable_get("site_name", "drupal"), path_uri(), variable_get("site_slogan", ""), $items); $output .= "\n"; -- cgit v1.2.3