set application/xml+opml content-type on export

master
Andrew Dolgov 19 years ago
parent 062a42e282
commit 12ec37f3f7

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

Loading…
Cancel
Save