|
@@ -124,7 +124,7 @@ |
|
|
block discarded – undo |
|
124
|
124
|
|
|
125
|
125
|
if ($element->getValueOptions()) { |
|
126
|
126
|
foreach ($element->getValueOptions() as $optionValue => $optionLabel) { |
|
127
|
|
- $selectedAttribute = ''.$optionValue === ''.$element->getValue() ? 'selected' : ''; |
|
|
127
|
+ $selectedAttribute = '' . $optionValue === '' . $element->getValue() ? 'selected' : ''; |
|
128
|
128
|
$selectElement .= sprintf('<option value="%s" %s >%s</option>', $optionValue, $selectedAttribute, |
|
129
|
129
|
$optionLabel); |
|
130
|
130
|
} |
Please login to merge, or discard this patch.