summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {