summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-21 10:34:36 +0400
committerAndrew Dolgov <[email protected]>2013-03-21 10:34:39 +0400
commitb74c51342896f4f01a742dcad82fc8afa753c036 (patch)
tree5c7808bd4916dcd79ccff219033493c10911e7cb /classes
parent24c215e2bb7ffeebbfb974c8cc20ebbe959e7bdb (diff)
experimental: limit initialized html content for expanded cdm
Diffstat (limited to 'classes')
-rw-r--r--classes/feeds.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/classes/feeds.php b/classes/feeds.php
index caf22322c..79aaa8e55 100644
--- a/classes/feeds.php
+++ b/classes/feeds.php
@@ -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>";