share function: remove tt-rss prefix from page title
This commit is contained in:
parent
c114a2596f
commit
8f0a59f34a
1 changed files with 1 additions and 1 deletions
|
@ -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")."
|
||||
|
|
Loading…
Reference in a new issue