]> git.wh0rd.org - tt-rss.git/blobdiff - opml.php
set application/xml+opml content-type on export
[tt-rss.git] / opml.php
index 492a8b8cb19d597d375c7b29f94fcc42db07f32a..72c22d5cf4132e82d6d97e94c2cfdba31d8626aa 100644 (file)
--- a/opml.php
+++ b/opml.php
@@ -24,7 +24,7 @@
        if (!$op) $op = "Export";
        
        if ($op == "Export") {
-               header("Content-type: application/xml");
+               header("Content-type: application/xml+opml");
                print "<?xml version=\"1.0\"?>";
        }