1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-23 19:01:28 +00:00

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

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