summaryrefslogtreecommitdiffstats
path: root/rss.php
diff options
context:
space:
mode:
Diffstat (limited to 'rss.php')
-rw-r--r--rss.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/rss.php b/rss.php
index e5320905..c480c0ec 100644
--- a/rss.php
+++ b/rss.php
@@ -30,9 +30,9 @@ if (!Config::get('use_rss') || Config::get('demo_mode')) {
}
// Add in our base hearder defining the content type
-header("Content-Type: application/xml; charset=" . Config::get('site_charset'));
+header("Content-Type: application/xml; charset=" . Config::get('site_charset'));
-$rss = new AmpacheRSS($_REQUEST['type']);
-echo $rss->get_xml();
+$rss = new AmpacheRSS($_REQUEST['type']);
+echo $rss->get_xml();
?>