Skip to content

Commit f81fd4c

Browse files
committed
MAGETWO-65375: [GitHub][PR] Update Options.php #8130
- Merge Pull Request #8130 from redelschaap/magento2:patch-5
2 parents ca2c833 + 3b3e030 commit f81fd4c

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ protected function _addField($parameter)
163163
}
164164
}
165165

166+
$data['value'] = html_entity_decode($data['value']);
167+
166168
// prepare element dropdown values
167169
if ($values = $parameter->getValues()) {
168170
// dropdown options are specified in configuration

0 commit comments

Comments
 (0)