From 3b3e030ce40a77437682483397a92562174737d5 Mon Sep 17 00:00:00 2001 From: Ronald Edelschaap Date: Tue, 7 Mar 2017 10:23:41 +0100 Subject: [PATCH] Update Options.php Removed spaces --- app/code/Magento/Widget/Block/Adminhtml/Widget/Options.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) {