mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 21:45:55 +00:00
remove sanitize_article_content (CDATA handled by htmLawed)
This commit is contained in:
@@ -769,10 +769,6 @@
|
||||
//print_r($entry_tags);
|
||||
}
|
||||
|
||||
# sanitize content
|
||||
$entry_content = sanitize_article_content($entry_content);
|
||||
$entry_title = sanitize_article_content($entry_title);
|
||||
|
||||
if ($debug_enabled) {
|
||||
_debug("update_rss_feed: done collecting data [TITLE:$entry_title]");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user