aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/indexController.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-11-09 22:42:20 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-11-09 22:42:20 +0100
commitb5ba06dcf1d1e63bef3a237ce8c1a6db7332a9e4 (patch)
treeba8084af13300db6add86e5174b4cd68c4e821e2 /app/controllers/indexController.php
parent846078e9852c21d8ab383c165f82cb146ba6516a (diff)
Corrige header flux RSS généré
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 0e7ba586b..60d02cad8 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: application/xml");
+ header('Content-Type: text/xml; charset=utf-8');
} else {
if(!$output) {
$output = $this->view->conf->viewMode();