fix expand_cdm option working in reverse
This commit is contained in:
parent
dad14b513d
commit
02ef7e0277
|
@ -5423,7 +5423,7 @@
|
|||
|
||||
print $labels_str;
|
||||
|
||||
if ($expand_cdm)
|
||||
if (!$expand_cdm)
|
||||
$content_hidden = "style=\"display : none\"";
|
||||
else
|
||||
$excerpt_hidden = "style=\"display : none\"";
|
||||
|
|
Loading…
Reference in New Issue