aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/configureController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/configureController.php')
-rwxr-xr-xapp/controllers/configureController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/configureController.php b/app/controllers/configureController.php
index 23df09172..4c1930d31 100755
--- a/app/controllers/configureController.php
+++ b/app/controllers/configureController.php
@@ -274,7 +274,7 @@ class configureController extends ActionController {
View::_title ('freshrss_feeds.opml');
$this->view->_useLayout (false);
- header('Content-Type: text/xml; charset=utf-8');
+ header('Content-Type: application/xml; charset=utf-8');
header('Content-disposition: attachment; filename=freshrss_feeds.opml');
$feedDAO = new FeedDAO ();