mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-16 21:41:23 +02:00
fix opml export (fix xml declaration)
This commit is contained in:
parent
579bf16ee4
commit
71d56c50e9
2
opml.php
2
opml.php
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
function opml_export($link, $owner_uid) {
|
function opml_export($link, $owner_uid) {
|
||||||
header("Content-type: application/xml+opml");
|
header("Content-type: application/xml+opml");
|
||||||
print "<?phpxml version=\"1.0\"?>";
|
print "<?xml version=\"1.0\"?>";
|
||||||
|
|
||||||
print "<opml version=\"1.0\">";
|
print "<opml version=\"1.0\">";
|
||||||
print "<head>
|
print "<head>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user