mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:05:55 +00:00
opml export: specify encoding
This commit is contained in:
2
opml.php
2
opml.php
@@ -21,7 +21,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 "<?xml version=\"1.0\"?>";
|
print "<?xml version=\"1.0\" encoding=\"utf-8\"?>";
|
||||||
|
|
||||||
print "<opml version=\"1.0\">";
|
print "<opml version=\"1.0\">";
|
||||||
print "<head>
|
print "<head>
|
||||||
|
|||||||
Reference in New Issue
Block a user