fix opml export (fix xml declaration)

master
Andrew Dolgov 18 years ago
parent 579bf16ee4
commit 71d56c50e9

@ -19,7 +19,7 @@
function opml_export($link, $owner_uid) {
header("Content-type: application/xml+opml");
print "<?phpxml version=\"1.0\"?>";
print "<?xml version=\"1.0\"?>";
print "<opml version=\"1.0\">";
print "<head>

Loading…
Cancel
Save