summaryrefslogtreecommitdiff
path: root/modules/node/node.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/node/node.module')
-rw-r--r--modules/node/node.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.module b/modules/node/node.module
index b826cc4e4..bf5f76179 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -1908,7 +1908,7 @@ function node_feed($nids = FALSE, $channel = array()) {
$output .= format_rss_channel($channel['title'], $channel['link'], $channel['description'], $items, $channel['language']);
$output .= "</rss>\n";
- drupal_set_header('Content-Type', 'application/rss+xml; charset=utf-8');
+ drupal_add_http_header('Content-Type', 'application/rss+xml; charset=utf-8');
print $output;
}