From: Andrew Dolgov Date: Fri, 25 Nov 2005 17:31:04 +0000 (+0100) Subject: title in opml head X-Git-Tag: schema_feature_freeze_for_1.1~84 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=a90005e6a4caa3beb379c987bd9feefa7edabc38;p=tt-rss.git title in opml head --- diff --git a/opml.php b/opml.php index b9986cda..9609af1d 100644 --- a/opml.php +++ b/opml.php @@ -25,7 +25,10 @@ if ($op == "Export") { print ""; - print "" . date("r", time()) . ""; + print " + " . date("r", time()) . " + Tiny Tiny RSS Feed Export + "; print ""; $cat_mode = false;