opml export: specify encoding
This commit is contained in:
parent
06202d882f
commit
981e8107ca
1 changed files with 1 additions and 1 deletions
2
opml.php
2
opml.php
|
@ -21,7 +21,7 @@
|
|||
|
||||
function opml_export($link, $owner_uid) {
|
||||
header("Content-type: application/xml+opml");
|
||||
print "<?xml version=\"1.0\"?>";
|
||||
print "<?xml version=\"1.0\" encoding=\"utf-8\"?>";
|
||||
|
||||
print "<opml version=\"1.0\">";
|
||||
print "<head>
|
||||
|
|
Loading…
Reference in a new issue