summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
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 = "<img class=\"feedIcon\" src=\"" . $line["icon_url"] . "\">";
+ $feed_icon = "<img src=\"" . $line["icon_url"] . "\">";
} else {
$feed_icon = "&nbsp;";
}