]> git.wh0rd.org - tt-rss.git/blobdiff - include/functions.php
remove zoomToArticle() and PTITLE bits
[tt-rss.git] / include / functions.php
index b2d93acde5b4826ae8dd0bcde3d1b5de06d199da..4e5b8e39f983c6a2a14aeb6ee97e5b2803846b1d 100644 (file)
 
                        $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>";