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