From e54dbacb7c0ff12b9bb1c800bfa2e5f54d27b33d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 20 Jun 2012 10:19:29 +0400 Subject: [PATCH] automatically add active article title in create filter dialog --- include/functions.php | 3 +++ js/functions.js | 11 +++++++++++ 2 files changed, 14 insertions(+) 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'] .= "