From 7334f7624f9add967483b44f07c5d40a39fedf49 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 14 Dec 2005 19:04:27 +0000 Subject: - Patch #41165 by Morbus: removed rss doctype. --- modules/node.module | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/node.module') diff --git a/modules/node.module b/modules/node.module index 476495634..32a4d98c7 100644 --- a/modules/node.module +++ b/modules/node.module @@ -1462,7 +1462,6 @@ function node_feed($nodes = 0, $channel = array()) { $channel = array_merge($channel_defaults, $channel); $output = "\n"; - $output .= "]>\n"; $output .= "\n"; $output .= format_rss_channel($channel['title'], $channel['link'], $channel['description'], $items, $channel['language']); $output .= "\n"; -- cgit v1.2.3