From: Andrew Dolgov Date: Thu, 18 May 2006 06:02:07 +0000 (+0100) Subject: set application/xml+opml content-type on export X-Git-Tag: 1.2.0~92 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=12ec37f3f722421856b648b5c5b98356471ded15;p=tt-rss.git set application/xml+opml content-type on export --- diff --git a/opml.php b/opml.php index 492a8b8c..72c22d5c 100644 --- 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 ""; }