From: Andrew Dolgov Date: Tue, 9 Nov 2010 17:58:35 +0000 (+0300) Subject: fix expand_cdm option working in reverse X-Git-Tag: 1.5.0~332 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=02ef7e02770b733d2e2416f9b9e021fe7ef0f64a;p=tt-rss.git fix expand_cdm option working in reverse --- diff --git a/functions.php b/functions.php index af5a5c82..5e7b7c20 100644 --- a/functions.php +++ b/functions.php @@ -5423,7 +5423,7 @@ print $labels_str; - if ($expand_cdm) + if (!$expand_cdm) $content_hidden = "style=\"display : none\""; else $excerpt_hidden = "style=\"display : none\"";