@@ -93,7 +93,7 @@ |
||
93 | 93 | if ($this->class) { $a->class($this->class); } |
94 | 94 | $element = $a; |
95 | 95 | |
96 | - if($this->icon != NULL) { |
|
96 | + if ($this->icon != NULL) { |
|
97 | 97 | $emptyEl = Html::el('span'); |
98 | 98 | |
99 | 99 | $span = Html::el('span')->addAttributes(array("class" => $this->icon)); |