1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 22:45:56 +00:00

fix for wrong icon being displayed in headline (aggregate view mode) when the originating feed doesn't have an icon

This commit is contained in:
Andrew Dolgov
2008-10-09 05:22:39 +01:00
parent fad8506f65
commit 20be0cf8e7

View File

@@ -5055,6 +5055,7 @@
$feed_icon_img = "<img class=\"tinyFeedIcon\" src=\"".ICONS_URL."/$feed_id.ico\" alt=\"\">";
} else {
//$feed_icon_img = "<img class=\"tinyFeedIcon\" src=\"images/blank_icon.gif\" alt=\"\">";
$feed_icon_img = "";
}
if (!get_pref($link, 'COMBINED_DISPLAY_MODE')) {