@@ -66,8 +66,9 @@ |
||
66 | 66 | $choices = array(); |
67 | 67 | |
68 | 68 | foreach($facets as $facet => $count) { |
69 | - if($count == 0) |
|
70 | - break; |
|
69 | + if($count == 0) { |
|
70 | + break; |
|
71 | + } |
|
71 | 72 | $choices[$facet] = $facet . ' (' . $count . ')'; |
72 | 73 | } |
73 | 74 | return $choices; |