]> git.wh0rd.org - tt-rss.git/blobdiff - opml.php
change short php tags to long ones
[tt-rss.git] / opml.php
index 72c22d5cf4132e82d6d97e94c2cfdba31d8626aa..1680267850f00553a0fafad70b4c795b4c46942b 100644 (file)
--- a/opml.php
+++ b/opml.php
@@ -1,4 +1,4 @@
-<?
+<?php
        require_once "sessions.php";
 
        require_once "sanity_check.php";
@@ -25,7 +25,7 @@
        
        if ($op == "Export") {
                header("Content-type: application/xml+opml");
-               print "<?xml version=\"1.0\"?>";
+               print "<?phpxml version=\"1.0\"?>";
        }
 
        if ($op == "Export") {