diff --git a/app/code/Magento/Widget/Block/Adminhtml/Widget/Options.php b/app/code/Magento/Widget/Block/Adminhtml/Widget/Options.php index 52d69bb2a22ba..13231cddbc64b 100644 --- a/app/code/Magento/Widget/Block/Adminhtml/Widget/Options.php +++ b/app/code/Magento/Widget/Block/Adminhtml/Widget/Options.php @@ -163,7 +163,7 @@ protected function _addField($parameter) } } - $data['value'] = html_entity_decode( $data['value'] ); + $data['value'] = html_entity_decode($data['value']); // prepare element dropdown values if ($values = $parameter->getValues()) {