From: Andrew Dolgov Date: Tue, 23 Nov 2010 08:42:26 +0000 (+0300) Subject: headlines: layout fix for feeds with no images X-Git-Tag: 1.5.0~61 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=da4fb53f55fbd34d3387f6aa64f8da8a2b366f0e;p=tt-rss.git headlines: layout fix for feeds with no images --- diff --git a/functions.php b/functions.php index c20ae3a3..ce2c2e7e 100644 --- a/functions.php +++ b/functions.php @@ -5001,8 +5001,7 @@ if ($has_feed_icon) { $feed_icon_img = "\"\""; } else { - //$feed_icon_img = "\"\""; - $feed_icon_img = ""; + $feed_icon_img = "\"\""; } if (!get_pref($link, 'COMBINED_DISPLAY_MODE')) {