diff --git a/backend.php b/backend.php index 9b2cd288f..da97e097c 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"]."
  • ";