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 ""; }