]> git.wh0rd.org - tt-rss.git/commitdiff
fix opml export (fix xml declaration)
authorAndrew Dolgov <fox@bah.spb.su>
Fri, 2 Mar 2007 14:58:46 +0000 (15:58 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Fri, 2 Mar 2007 14:58:46 +0000 (15:58 +0100)
opml.php

index de48263be146c1679649caf7b2fc50b6b1215054..d6ecbbda39aa2109ec1d93e4d7efc27f3347ab01 100644 (file)
--- 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>