enable manual filters to work on complete html content

master
Andrew Dolgov 12 years ago
parent d9f3f57b05
commit 4021d61ada

@ -870,7 +870,7 @@
/* Collect article tags here so we could filter by them: */ /* Collect article tags here so we could filter by them: */
$article_filters = get_article_filters($filters, $entry_title, $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); $entry_tags);
if ($debug_enabled) { if ($debug_enabled) {

Loading…
Cancel
Save