mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-23 22:31:29 +00:00
fix expand_cdm option working in reverse
This commit is contained in:
@@ -5423,7 +5423,7 @@
|
||||
|
||||
print $labels_str;
|
||||
|
||||
if ($expand_cdm)
|
||||
if (!$expand_cdm)
|
||||
$content_hidden = "style=\"display : none\"";
|
||||
else
|
||||
$excerpt_hidden = "style=\"display : none\"";
|
||||
|
||||
Reference in New Issue
Block a user