summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-16 13:01:28 +0300
committerAndrew Dolgov <[email protected]>2010-11-16 13:01:28 +0300
commit8e289ca1ff3e62d1b054d937d535796a07bef431 (patch)
treec8f4ab93412bc15aec84f943a794f4c18bca6319 /functions.php
parent9c99281f20f938701f8645aad1d25412ca6538a7 (diff)
fix feed icons size
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;";
}