diff options
Diffstat (limited to 'h-source/Application/Controllers')
-rw-r--r-- | h-source/Application/Controllers/RssController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/h-source/Application/Controllers/RssController.php b/h-source/Application/Controllers/RssController.php index 2be8425..0d3325e 100644 --- a/h-source/Application/Controllers/RssController.php +++ b/h-source/Application/Controllers/RssController.php @@ -33,6 +33,7 @@ class RssController extends SpecialController public function modifications($lang = 'en') { + header ("Content-Type:application/rss+xml"); parent::modifications($lang); $this->clean(); $this->load('modifications'); |