mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 23:35:56 +00:00
remove zoomToArticle() and PTITLE bits
This commit is contained in:
@@ -2902,9 +2902,6 @@
|
||||
|
||||
$title_escaped = htmlspecialchars($line['title']);
|
||||
|
||||
$rv['content'] .= "<div id=\"PTITLE-$id\" style=\"display : none\">" .
|
||||
truncate_string(strip_tags($line['title']), 15) . "</div>";
|
||||
|
||||
$rv['content'] .= "<div id=\"PTITLE-FULL-$id\" style=\"display : none\">" .
|
||||
strip_tags($line['title']) . "</div>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user