summaryrefslogtreecommitdiff
path: root/opml.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-25 18:31:04 +0100
committerAndrew Dolgov <[email protected]>2005-11-25 18:31:04 +0100
commita90005e6a4caa3beb379c987bd9feefa7edabc38 (patch)
treeb77d86b97ffcdcfb52fb01de74984e3271250ef9 /opml.php
parentfbd94c5386d0f150af7e3594669a626150f075e6 (diff)
title in opml head
Diffstat (limited to 'opml.php')
-rw-r--r--opml.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/opml.php b/opml.php
index b9986cda6..9609af1d2 100644
--- a/opml.php
+++ b/opml.php
@@ -25,7 +25,10 @@
if ($op == "Export") {
print "<opml version=\"1.0\">";
- print "<head><dateCreated>" . date("r", time()) . "</dateCreated></head>";
+ print "<head>
+ <dateCreated>" . date("r", time()) . "</dateCreated>
+ <title>Tiny Tiny RSS Feed Export</title>
+ </head>";
print "<body>";
$cat_mode = false;