set application/xml+opml content-type on export

This commit is contained in:
Andrew Dolgov 2006-05-18 07:02:07 +01:00
parent 062a42e282
commit 12ec37f3f7
1 changed files with 1 additions and 1 deletions

View File

@ -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\"?>";
}