From 4021d61ada06b250d40c4c508ab128581dc2e1ef Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 30 Oct 2012 18:44:17 +0400 Subject: [PATCH] enable manual filters to work on complete html content --- include/rssfuncs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.2