From: Andrew Dolgov Date: Thu, 9 Oct 2008 04:22:39 +0000 (+0100) Subject: fix for wrong icon being displayed in headline (aggregate view mode) when the origina... X-Git-Tag: 1.2.28~4 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=20be0cf8e73948645c451831d2bfbf27ecc59e10;p=tt-rss.git fix for wrong icon being displayed in headline (aggregate view mode) when the originating feed doesn't have an icon --- diff --git a/functions.php b/functions.php index 857d98e9..5e0c05b1 100644 --- a/functions.php +++ b/functions.php @@ -5055,6 +5055,7 @@ $feed_icon_img = "\"\""; } else { //$feed_icon_img = "\"\""; + $feed_icon_img = ""; } if (!get_pref($link, 'COMBINED_DISPLAY_MODE')) {