summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--opml.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/opml.php b/opml.php
index 8d3f8d62b..b1a62ab8c 100644
--- a/opml.php
+++ b/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>