]> git.wh0rd.org - tt-rss.git/commitdiff
share function: remove tt-rss prefix from page title
authorAndrew Dolgov <noreply@fakecake.org>
Thu, 11 May 2017 06:56:51 +0000 (09:56 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Thu, 11 May 2017 06:56:51 +0000 (09:56 +0300)
classes/article.php

index 45974a23c63b976cbdabaf4661b3a53920599d93..b5a78523fac71e03f7f65c2d8adc3bce1c1d80ff 100644 (file)
@@ -600,7 +600,7 @@ class Article extends Handler_Protected {
                                header("Content-Type: text/html");
                                $rv['content'] .= "<html><head>
                                                <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>
-                                               <title>Tiny Tiny RSS - ".$line["title"]."</title>".
+                                               <title>".$line["title"]."</title>".
                                        stylesheet_tag("css/tt-rss.css").
                                        stylesheet_tag("css/zoom.css").
                                        stylesheet_tag("css/dijit.css")."