diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-08-14 06:52:50 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-08-14 06:52:50 +0000 |
commit | 0d35fa4ab5e809bde52daffaf225f07390118303 (patch) | |
tree | 3224094be8d46b7a6bd2368fa25dd32ebedccd42 /modules/aggregator | |
parent | 8578d947a48728805b62d88ab105ab5ccb2db9bf (diff) | |
download | brdo-0d35fa4ab5e809bde52daffaf225f07390118303.tar.gz brdo-0d35fa4ab5e809bde52daffaf225f07390118303.tar.bz2 |
- Added some 'header("Content-Type: text/xml")' as suggested by Julian.
Diffstat (limited to 'modules/aggregator')
-rw-r--r-- | modules/aggregator/aggregator.module | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/aggregator/aggregator.module b/modules/aggregator/aggregator.module index 7a6cbecbd..b7f263439 100644 --- a/modules/aggregator/aggregator.module +++ b/modules/aggregator/aggregator.module @@ -629,6 +629,7 @@ function import_page_fd() { $output .= "</rssfeeds>\n"; + header("Content-Type: text/xml"); print $output; } |