diff --git a/backend.php b/backend.php index 8fb8eb3a..e6d330ce 100644 --- a/backend.php +++ b/backend.php @@ -2065,7 +2065,7 @@ $icon_file = ICONS_URL."/".$line["id"].".ico"; if (file_exists($icon_file) && filesize($icon_file) > 0) { - $feed_icon = ""; + $feed_icon = ""; } else { $feed_icon = ""; } diff --git a/tt-rss.css b/tt-rss.css index 3cb99e9f..3f56c9f8 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -185,7 +185,7 @@ ul.feedList li.feed { display : block; } -ul.feedList img, img.feedIcon { +ul.feedList img, img.tinyFeedIcon { margin : 0px 3px 0px 0px; width : 16px; height : 16px;