From 8e289ca1ff3e62d1b054d937d535796a07bef431 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 16 Nov 2010 13:01:28 +0300 Subject: fix feed icons size --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.php') 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 = ""; + $feed_icon = ""; } else { $feed_icon = " "; } -- cgit v1.2.3