fix creating filter with active article title in cdm

master
Andrew Dolgov 12 years ago
parent e54dbacb7c
commit aa8b48a02b

@ -545,6 +545,9 @@ class Feeds extends Protected_Handler {
$reply['content'] .= "</div>";
$reply['content'] .= "<div id=\"PTITLE-FULL-$id\" style=\"display : none\">" .
strip_tags($line['title']) . "</div>";
$reply['content'] .= "<span id=\"RTITLE-$id\"
onclick=\"return cdmClicked(event, $id);\"
class=\"titleWrap$hlc_suffix\">

Loading…
Cancel
Save