mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-17 05:50:59 +02:00
share function: remove tt-rss prefix from page title
This commit is contained in:
parent
c114a2596f
commit
8f0a59f34a
@ -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…
x
Reference in New Issue
Block a user