mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-18 19:51:28 +00:00
trim received feed data on fetch
This commit is contained in:
@@ -310,6 +310,8 @@
|
|||||||
if ($tmp) $feed_data = $tmp;
|
if ($tmp) $feed_data = $tmp;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$feed_data = trim($feed_data);
|
||||||
|
|
||||||
if ($debug_enabled) {
|
if ($debug_enabled) {
|
||||||
_debug("update_rss_feed: fetch done.");
|
_debug("update_rss_feed: fetch done.");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user