@@ -41,7 +41,7 @@ |
||
41 | 41 | $option = $this->dom->createElement('option'); |
42 | 42 | $option->setAttribute('value', $value); |
43 | 43 | $option->textContent = $label; |
44 | - if($field->getValue() == $option->getAttribute('value')) { |
|
44 | + if ($field->getValue() == $option->getAttribute('value')) { |
|
45 | 45 | $option->setAttribute('selected', 'selected'); |
46 | 46 | } |
47 | 47 | return $option; |