summaryrefslogtreecommitdiff
path: root/opml.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-19 08:04:45 +0100
committerAndrew Dolgov <[email protected]>2006-08-19 08:04:45 +0100
commit1d3a17c71ed490c5e0f2f0f9558f5865c3b30e54 (patch)
tree30586abde40ae0c9e4aaa44cacb63e9d175961af /opml.php
parent660c059f88bfc2f60952beb24a5fa2fa7ae543f7 (diff)
change short php tags to long ones
Diffstat (limited to 'opml.php')
-rw-r--r--opml.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/opml.php b/opml.php
index 72c22d5cf..168026785 100644
--- 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") {