aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/indexController.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-11-09 23:42:56 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-11-09 23:42:56 +0100
commit9e0a840c190e7dd3d58454491d4b5aa6bb4189cc (patch)
tree1f1ad8186495bef7790a135b806d83b2af941cbf /app/controllers/indexController.php
parent9ac09897ecbe79ac8855cc06bb66418a66d582e2 (diff)
Corrige une dernière fois header pour rss / xml
Diffstat (limited to 'app/controllers/indexController.php')
-rwxr-xr-xapp/controllers/indexController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/indexController.php b/app/controllers/indexController.php
index 60d02cad8..ee40ff9d2 100755
--- a/app/controllers/indexController.php
+++ b/app/controllers/indexController.php
@@ -42,7 +42,7 @@ class indexController extends ActionController {
if ($output == 'rss') {
// no layout for RSS output
$this->view->_useLayout (false);
- header('Content-Type: text/xml; charset=utf-8');
+ header('Content-Type: application/rss+xml; charset=utf-8');
} else {
if(!$output) {
$output = $this->view->conf->viewMode();