From: Andrew Dolgov Date: Wed, 20 Jun 2012 06:19:29 +0000 (+0400) Subject: automatically add active article title in create filter dialog X-Git-Tag: 1.6.0~210 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=e54dbacb7c0ff12b9bb1c800bfa2e5f54d27b33d;p=tt-rss.git automatically add active article title in create filter dialog --- diff --git a/include/functions.php b/include/functions.php index e914ac36..96b502d5 100644 --- a/include/functions.php +++ b/include/functions.php @@ -3350,6 +3350,9 @@ $rv['content'] .= "
" . truncate_string(strip_tags($line['title']), 15) . "
"; + $rv['content'] .= "
" . + strip_tags($line['title']) . "
"; + $rv['content'] .= "
"; $rv['content'] .= "