]> git.wh0rd.org - tt-rss.git/commitdiff
set application/xml+opml content-type on export
authorAndrew Dolgov <fox@madoka.spb.ru>
Thu, 18 May 2006 06:02:07 +0000 (07:02 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Thu, 18 May 2006 06:02:07 +0000 (07:02 +0100)
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\"?>";
        }