summaryrefslogtreecommitdiff
path: root/opml.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-02 15:58:46 +0100
committerAndrew Dolgov <[email protected]>2007-03-02 15:58:46 +0100
commit71d56c50e9a8d1bad3aa83d77cb3d20325cb63b7 (patch)
treef078378025a39021e5d1748f6f84284373a7207e /opml.php
parent579bf16ee4efb4412891b3aef2b6721befb4c22a (diff)
fix opml export (fix xml declaration)
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 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 "<?phpxml version=\"1.0\"?>";
+ print "<?xml version=\"1.0\"?>";
print "<opml version=\"1.0\">";
print "<head>