1
0
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:
Andrew Dolgov
2013-03-21 10:34:36 +04:00
parent 24c215e2bb
commit b74c513428
2 changed files with 26 additions and 6 deletions

View File

@@ -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>";