diff --git a/functions.php b/functions.php index d56ed2957..63f440999 100644 --- a/functions.php +++ b/functions.php @@ -4545,7 +4545,7 @@ $line = db_fetch_assoc($result); if ($line["icon_url"]) { - $feed_icon = ""; + $feed_icon = ""; } else { $feed_icon = " "; } diff --git a/tt-rss.css b/tt-rss.css index 3a3f23736..8a662aa66 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -1499,7 +1499,7 @@ div.fatalError textarea { display : none; } -img.feedIcon { +img.feedIcon, img.tinyFeedIcon { max-width : 16px; max-height : 16px; }