]> git.wh0rd.org - tt-rss.git/commitdiff
enable manual filters to work on complete html content
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 30 Oct 2012 14:44:17 +0000 (18:44 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 30 Oct 2012 14:44:17 +0000 (18:44 +0400)
include/rssfuncs.php

index 3e0decb4193670b583cd731906959ae629f04a38..d1c304a020fe76bb8e9896b14ccd62198866c60a 100644 (file)
                                        /* 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) {