diff --git a/functions.php b/functions.php index 024232e9..958f137d 100644 --- a/functions.php +++ b/functions.php @@ -1038,7 +1038,8 @@ # sanitize content -// $entry_content = sanitize_rss($entry_content); + $entry_content = sanitize_article_content($entry_content); + $entry_title = sanitize_article_content($entry_title); if (defined('DAEMON_EXTENDED_DEBUG') || $_GET['xdebug']) { _debug("update_rss_feed: done collecting data [TITLE:$entry_title]"); @@ -4989,6 +4990,7 @@ print "