summaryrefslogtreecommitdiff
path: root/opml.php
diff options
context:
space:
mode:
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\"?>";
}