title in opml head

This commit is contained in:
Andrew Dolgov 2005-11-25 18:31:04 +01:00
parent fbd94c5386
commit a90005e6a4
1 changed files with 4 additions and 1 deletions

View File

@ -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;