summaryrefslogtreecommitdiff
path: root/opml.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-18 07:02:07 +0100
committerAndrew Dolgov <[email protected]>2006-05-18 07:02:07 +0100
commit12ec37f3f722421856b648b5c5b98356471ded15 (patch)
treef91b17f34f7cec92486c545370281f7fb31a7a13 /opml.php
parent062a42e28289cece50526fe4ca7bfcd6f681197d (diff)
set application/xml+opml content-type on export
Diffstat (limited to 'opml.php')
-rw-r--r--opml.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/opml.php b/opml.php
index 492a8b8cb..72c22d5cf 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 "<?xml version=\"1.0\"?>";
}