From 20be0cf8e73948645c451831d2bfbf27ecc59e10 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 9 Oct 2008 05:22:39 +0100 Subject: fix for wrong icon being displayed in headline (aggregate view mode) when the originating feed doesn't have an icon --- functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/functions.php b/functions.php index 857d98e94..5e0c05b1f 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')) { -- cgit v1.2.3