Skip to content

Commit 3b3e030

Browse files
authored
Update Options.php
Removed spaces
1 parent d923320 commit 3b3e030

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Widget/Block/Adminhtml/Widget

1 file changed

+1
-1
lines changed

app/code/Magento/Widget/Block/Adminhtml/Widget/Options.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ protected function _addField($parameter)
163163
}
164164
}
165165

166-
$data['value'] = html_entity_decode( $data['value'] );
166+
$data['value'] = html_entity_decode($data['value']);
167167

168168
// prepare element dropdown values
169169
if ($values = $parameter->getValues()) {

0 commit comments

Comments
 (0)