From 981e8107ca3a95864a7a5c5d02da6c4da89a339a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 17 Aug 2007 16:56:21 +0100 Subject: [PATCH] opml export: specify encoding --- opml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opml.php b/opml.php index 8d3f8d62..b1a62ab8 100644 --- a/opml.php +++ b/opml.php @@ -21,7 +21,7 @@ function opml_export($link, $owner_uid) { header("Content-type: application/xml+opml"); - print ""; + print ""; print ""; print " -- 2.39.2