From 71d56c50e9a8d1bad3aa83d77cb3d20325cb63b7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 2 Mar 2007 15:58:46 +0100 Subject: fix opml export (fix xml declaration) --- opml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opml.php') diff --git a/opml.php b/opml.php index de48263be..d6ecbbda3 100644 --- a/opml.php +++ b/opml.php @@ -19,7 +19,7 @@ function opml_export($link, $owner_uid) { header("Content-type: application/xml+opml"); - print ""; + print ""; print ""; print " -- cgit v1.2.3-54-g00ecf