From: Andrew Dolgov Date: Thu, 14 Aug 2008 06:30:29 +0000 (+0100) Subject: CDM: fix bug with feed icon being displayed in grouped mode for vfeeds X-Git-Tag: 1.2.26~3 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=965fb2af0db60231552c984f6f3d0ab3ef4084dc;p=tt-rss.git CDM: fix bug with feed icon being displayed in grouped mode for vfeeds --- diff --git a/functions.php b/functions.php index 8367dcaa..e245d53f 100644 --- a/functions.php +++ b/functions.php @@ -5012,7 +5012,7 @@ print "". "
$feed_icon_img
". "". - $line["feed_title"]." $vf_catchup_link:"; + $line["feed_title"]." $vf_catchup_link"; } } @@ -5131,8 +5131,11 @@ print "
"; - print "
$updated_fmt $score_pic - $feed_icon_img + if (!get_pref($link, "VFEED_GROUP_BY_FEED") || !$line["feed_title"]) { + $cdm_feed_icon = "$feed_icon_img"; + } + + print "
$updated_fmt $score_pic $cdm_feed_icon
"; print "