@@ -37,7 +37,7 @@ |
||
37 | 37 | if (!empty($options['attributes'])) { |
38 | 38 | $attributes = array_merge($attributes, $options['attributes']); |
39 | 39 | } |
40 | -if(!empty($attributes['onchange'])){ |
|
40 | +if(!empty($attributes['onchange'])) { |
|
41 | 41 | unset($attributes['onchange']); |
42 | 42 | } |
43 | 43 | echo Html::el('input', $attributes, '', null); |