@@ -55,7 +55,7 @@ |
||
55 | 55 | foreach ($this->attributes as $key => $value) { |
56 | 56 | $attribute = $key.'="'.e($value).'"'; |
57 | 57 | |
58 | - if (! is_null($attribute)) { |
|
58 | + if (!is_null($attribute)) { |
|
59 | 59 | $html[] = $attribute; |
60 | 60 | } |
61 | 61 | } |