1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-23 20:41:27 +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; print $labels_str;
if ($expand_cdm) if (!$expand_cdm)
$content_hidden = "style=\"display : none\""; $content_hidden = "style=\"display : none\"";
else else
$excerpt_hidden = "style=\"display : none\""; $excerpt_hidden = "style=\"display : none\"";