1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:35:56 +00:00

trim received feed data on fetch

This commit is contained in:
Andrew Dolgov
2013-04-19 12:35:30 +04:00
parent 92c9a20cf5
commit 1367bc3f5e

View File

@@ -310,6 +310,8 @@
if ($tmp) $feed_data = $tmp;
}
$feed_data = trim($feed_data);
if ($debug_enabled) {
_debug("update_rss_feed: fetch done.");
}