mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:25:59 +00:00
experimental: limit initialized html content for expanded cdm
This commit is contained in:
@@ -624,14 +624,14 @@ class Feeds extends Handler_Protected {
|
||||
|
||||
$reply['content'] .= "<span id=\"CWRAP-$id\">";
|
||||
|
||||
if (!$expand_cdm) {
|
||||
$reply['content'] .= "<span id=\"CENCW-$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"];
|
||||
}
|
||||
// } else {
|
||||
// $reply['content'] .= $line["content"];
|
||||
// }
|
||||
|
||||
$reply['content'] .= "</span>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user