Aleksander Machniak
2013-05-06 ef1d6525c2333794d954ccce33de1bcd533f85c8
program/steps/addressbook/func.inc
@@ -297,7 +297,7 @@
    }
    $args['out'] .= html::tag('ul',
      array('class' => 'groups', 'style' => ($is_collapsed ? "display:none;" : null)),
      array('class' => 'groups', 'style' => ($is_collapsed || empty($groups) ? "display:none;" : null)),
      $groups_html);
    return $args;