1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 09:15:55 +00:00

share function: remove tt-rss prefix from page title

This commit is contained in:
Andrew Dolgov
2017-05-11 09:56:51 +03:00
parent c114a2596f
commit 8f0a59f34a

View 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")."