summaryrefslogtreecommitdiff
path: root/opml.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-17 16:56:21 +0100
committerAndrew Dolgov <[email protected]>2007-08-17 16:56:21 +0100
commit981e8107ca3a95864a7a5c5d02da6c4da89a339a (patch)
tree49e8fbbf2bb72a3bbdca3db70ccc1373f94bd042 /opml.php
parent06202d882fdff714d13400885a2124993fb7aa86 (diff)
opml export: specify encoding
Diffstat (limited to 'opml.php')
-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>