@@ -319,7 +319,7 @@ |
||
319 | 319 | $input->setAttribute($key, $value); |
320 | 320 | } |
321 | 321 | |
322 | - if($this->isValueSet()) { |
|
322 | + if ($this->isValueSet()) { |
|
323 | 323 | $input->setDefaultValue($this->getValue()); |
324 | 324 | } |
325 | 325 |