mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-26 21:11:29 +00:00
unpackVisibleHeadlines: do not iterate over all RROWs all the time
This commit is contained in:
@@ -706,14 +706,9 @@ class Feeds extends Handler_Protected {
|
||||
|
||||
$reply['content'] .= "<span id=\"CWRAP-$id\">";
|
||||
|
||||
// if (!$expand_cdm) {
|
||||
$reply['content'] .= "<span id=\"CENCW-$id\" style=\"display : none\">";
|
||||
$reply['content'] .= htmlspecialchars($line["content"]);
|
||||
$reply['content'] .= "</span.";
|
||||
|
||||
// } else {
|
||||
// $reply['content'] .= $line["content"];
|
||||
// }
|
||||
$reply['content'] .= "<span id=\"CENCW-$id\" class=\"cencw\" style=\"display : none\">";
|
||||
$reply['content'] .= htmlspecialchars($line["content"]);
|
||||
$reply['content'] .= "</span>";
|
||||
|
||||
$reply['content'] .= "</span>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user