1
0
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:
Andrew Dolgov
2012-10-29 23:51:32 +04:00
parent db9e00e339
commit 24be5e836f
2 changed files with 0 additions and 11 deletions

View File

@@ -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]");
}