@@ -37,7 +37,7 @@ |
||
37 | 37 | public function compileHtml(JsUtils $js = NULL, &$view = NULL) { |
38 | 38 | if($this->inverted==null){ |
39 | 39 | parent::compileHtml($js,$view); |
40 | - }else { |
|
40 | + } else { |
|
41 | 41 | foreach ($this->htmlComponents as $htmlComponent) { |
42 | 42 | $htmlComponent->setInverted(true); |
43 | 43 | $htmlComponent->compile($js, $view); |