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:
@@ -310,6 +310,8 @@
|
||||
if ($tmp) $feed_data = $tmp;
|
||||
}
|
||||
|
||||
$feed_data = trim($feed_data);
|
||||
|
||||
if ($debug_enabled) {
|
||||
_debug("update_rss_feed: fetch done.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user