1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-23 11:31:28 +00:00

fix feed icons size

This commit is contained in:
Andrew Dolgov
2010-11-16 13:01:28 +03:00
parent 9c99281f20
commit 8e289ca1ff
2 changed files with 2 additions and 2 deletions

View File

@@ -4545,7 +4545,7 @@
$line = db_fetch_assoc($result);
if ($line["icon_url"]) {
$feed_icon = "<img class=\"feedIcon\" src=\"" . $line["icon_url"] . "\">";
$feed_icon = "<img src=\"" . $line["icon_url"] . "\">";
} else {
$feed_icon = "&nbsp;";
}