From: Andrew Dolgov Date: Sun, 20 Nov 2005 10:40:14 +0000 (+0100) Subject: cosmetic fix in user-details X-Git-Tag: schema_feature_freeze_for_1.1~157 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=5951ded1d1d0a4247c6dcb90a1d191e2be08b2d5;p=tt-rss.git cosmetic fix in user-details --- diff --git a/backend.php b/backend.php index 9b2cd288..da97e097 100644 --- a/backend.php +++ b/backend.php @@ -2139,7 +2139,7 @@ if (file_exists($icon_file) && filesize($icon_file) > 0) { $feed_icon = ""; } else { - $feed_icon = ""; + $feed_icon = ""; } print "
  • $feed_icon ".$line["title"]."
  • ";