set application/xml+opml content-type on export
This commit is contained in:
parent
062a42e282
commit
12ec37f3f7
1 changed files with 1 additions and 1 deletions
2
opml.php
2
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\"?>";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue