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:
parent
fad8506f65
commit
20be0cf8e7
1 changed files with 1 additions and 0 deletions
|
@ -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')) {
|
||||
|
|
Loading…
Reference in a new issue