fix expand_cdm option working in reverse

This commit is contained in:
Andrew Dolgov 2010-11-09 20:58:35 +03:00
parent dad14b513d
commit 02ef7e0277
1 changed files with 1 additions and 1 deletions

View File

@ -5423,7 +5423,7 @@
print $labels_str;
if ($expand_cdm)
if (!$expand_cdm)
$content_hidden = "style=\"display : none\"";
else
$excerpt_hidden = "style=\"display : none\"";