mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:15:55 +00:00
title in opml head
This commit is contained in:
5
opml.php
5
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;
|
||||
|
||||
Reference in New Issue
Block a user