]> git.wh0rd.org - tt-rss.git/commitdiff
title in opml head
authorAndrew Dolgov <fox@bah.spb.su>
Fri, 25 Nov 2005 17:31:04 +0000 (18:31 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Fri, 25 Nov 2005 17:31:04 +0000 (18:31 +0100)
opml.php

index b9986cda6474606955530e4dcb9c76de62eab30b..9609af1d29d9e1981dc3a608001915f01f347106 100644 (file)
--- a/opml.php
+++ b/opml.php
 
        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;