From: Andrew Dolgov Date: Wed, 20 Jun 2012 12:10:55 +0000 (+0400) Subject: fix creating filter with active article title in cdm X-Git-Tag: 1.6.0~209 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=aa8b48a02b6fbf8c2c197ec4ebe3ef98bf5e9422;p=tt-rss.git fix creating filter with active article title in cdm --- diff --git a/classes/feeds.php b/classes/feeds.php index aacad550..e37401b8 100644 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -545,6 +545,9 @@ class Feeds extends Protected_Handler { $reply['content'] .= ""; + $reply['content'] .= "
" . + strip_tags($line['title']) . "
"; + $reply['content'] .= "