summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-19 12:19:08 +0100
committerAndrew Dolgov <[email protected]>2005-11-19 12:19:08 +0100
commit6c56687e527322a6fc40e0f07bf8969ea7a3f7b3 (patch)
treed91e67b56a2337682b5da28309e153aa0efe0509 /backend.php
parent1c73bc0c4da42d4d26618a5d466121d700538d30 (diff)
separate icon classes for tiny/normal feed icons
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 8fb8eb3aa..e6d330ce1 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 = "<img class=\"feedIcon\" src=\"$icon_file\">";
+ $feed_icon = "<img class=\"tinyFeedIcon\" src=\"$icon_file\">";
} else {
$feed_icon = "<img class=\"feedIcon\" src=\"images/blank_icon.gif\">";
}