summaryrefslogtreecommitdiff
path: root/modules/aggregator.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/aggregator.module')
-rw-r--r--modules/aggregator.module1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/aggregator.module b/modules/aggregator.module
index 7a6cbecbd..b7f263439 100644
--- a/modules/aggregator.module
+++ b/modules/aggregator.module
@@ -629,6 +629,7 @@ function import_page_fd() {
$output .= "</rssfeeds>\n";
+ header("Content-Type: text/xml");
print $output;
}