From 24be5e836fdd3c23f30f3a452cc9c794da09ca1d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 29 Oct 2012 23:51:32 +0400 Subject: remove sanitize_article_content (CDATA handled by htmLawed) --- include/rssfuncs.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/rssfuncs.php') diff --git a/include/rssfuncs.php b/include/rssfuncs.php index fbe671ca4..2aaff67cf 100644 --- a/include/rssfuncs.php +++ b/include/rssfuncs.php @@ -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]"); } -- cgit v1.2.3-54-g00ecf