summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
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]";