mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-28 17:51:03 +02: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:
parent
fad8506f65
commit
20be0cf8e7
@ -5055,6 +5055,7 @@
|
|||||||
$feed_icon_img = "<img class=\"tinyFeedIcon\" src=\"".ICONS_URL."/$feed_id.ico\" alt=\"\">";
|
$feed_icon_img = "<img class=\"tinyFeedIcon\" src=\"".ICONS_URL."/$feed_id.ico\" alt=\"\">";
|
||||||
} else {
|
} else {
|
||||||
//$feed_icon_img = "<img class=\"tinyFeedIcon\" src=\"images/blank_icon.gif\" alt=\"\">";
|
//$feed_icon_img = "<img class=\"tinyFeedIcon\" src=\"images/blank_icon.gif\" alt=\"\">";
|
||||||
|
$feed_icon_img = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!get_pref($link, 'COMBINED_DISPLAY_MODE')) {
|
if (!get_pref($link, 'COMBINED_DISPLAY_MODE')) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user