summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/rssfuncs.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rssfuncs.php b/include/rssfuncs.php
index 8ffcbde8a..31d35bf8e 100644
--- a/include/rssfuncs.php
+++ b/include/rssfuncs.php
@@ -310,6 +310,8 @@
if ($tmp) $feed_data = $tmp;
}
+ $feed_data = trim($feed_data);
+
if ($debug_enabled) {
_debug("update_rss_feed: fetch done.");
}