summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-10-30 18:44:17 +0400
committerAndrew Dolgov <[email protected]>2012-10-30 18:44:17 +0400
commit4021d61ada06b250d40c4c508ab128581dc2e1ef (patch)
tree1164085821b230e812e7a35dec5985a113e7b86f /include
parentd9f3f57b0596813c060088c51aa59cc6fc25c661 (diff)
enable manual filters to work on complete html content
Diffstat (limited to 'include')
-rw-r--r--include/rssfuncs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rssfuncs.php b/include/rssfuncs.php
index 3e0decb41..d1c304a02 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) {