diff options
Diffstat (limited to 'app/controllers/indexController.php')
| -rwxr-xr-x | app/controllers/indexController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/indexController.php b/app/controllers/indexController.php index 8770de89a..0e7ba586b 100755 --- a/app/controllers/indexController.php +++ b/app/controllers/indexController.php @@ -42,6 +42,7 @@ class indexController extends ActionController { if ($output == 'rss') { // no layout for RSS output $this->view->_useLayout (false); + header("Content-type: application/xml"); } else { if(!$output) { $output = $this->view->conf->viewMode(); |
