Skip to content

Commit

Permalink
Update Options.php
Browse files Browse the repository at this point in the history
Removed spaces
  • Loading branch information
redelschaap authored Mar 7, 2017
1 parent d923320 commit 3b3e030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Widget/Block/Adminhtml/Widget/Options.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down

0 comments on commit 3b3e030

Please sign in to comment.