From: Andrew Dolgov Date: Tue, 30 Oct 2012 14:44:17 +0000 (+0400) Subject: enable manual filters to work on complete html content X-Git-Tag: 1.6.1~32 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=4021d61ada06b250d40c4c508ab128581dc2e1ef;p=tt-rss.git enable manual filters to work on complete html content --- diff --git a/include/rssfuncs.php b/include/rssfuncs.php index 3e0decb4..d1c304a0 100644 --- a/include/rssfuncs.php +++ b/include/rssfuncs.php @@ -870,7 +870,7 @@ /* Collect article tags here so we could filter by them: */ $article_filters = get_article_filters($filters, $entry_title, - strip_tags($entry_content), $entry_link, $entry_timestamp, $entry_author, + $entry_content, $entry_link, $entry_timestamp, $entry_author, $entry_tags); if ($debug_enabled) {