From: Andrew Dolgov Date: Fri, 30 Nov 2018 11:53:58 +0000 (+0300) Subject: remove FTITLE- id X-Git-Tag: 18.12~7 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=5f211e37a4b654742dfca4c7d60f38d0ab09b352 remove FTITLE- id --- diff --git a/classes/feeds.php b/classes/feeds.php index d6da225e..09bfdea7 100755 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -362,9 +362,7 @@ class Feeds extends Handler_Protected { $entry_author = " — $entry_author"; } - $has_feed_icon = feeds::feedHasIcon($feed_id); - - if ($has_feed_icon) { + if (feeds::feedHasIcon($feed_id)) { $feed_icon_img = "\"\""; } else { $feed_icon_img = "\"\""; @@ -392,7 +390,7 @@ class Feeds extends Handler_Protected { $vf_catchup_link = "".__('mark feed as read').""; - $reply['content'] .= "
". + $reply['content'] .= "
". "
$feed_icon_img
". "". $line["feed_title"]." @@ -488,7 +486,7 @@ class Feeds extends Handler_Protected { $feed_icon_src = Feeds::getFeedIcon($feed_id); $feed_icon_img = ""; - $reply['content'] .= "
". + $reply['content'] .= "
". "
$feed_icon_img
". "". $line["feed_title"]." $vf_catchup_link
";