mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 08:35:55 +00:00
fix creating filter with active article title in cdm
This commit is contained in:
@@ -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\">
|
||||
|
||||
Reference in New Issue
Block a user