diff --git a/functions.php b/functions.php index b54b32acc..8ce6de89f 100644 --- a/functions.php +++ b/functions.php @@ -3115,7 +3115,7 @@ while ($line = db_fetch_assoc($result)) { - $feed = db_unescape_string($line["title"]); + $feed = trim(db_unescape_string($line["title"])); if (!$feed) $feed = "[Untitled]";