summaryrefslogtreecommitdiff
path: root/opml.php
diff options
context:
space:
mode:
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;