Skip to content

Commit 5fda88f

Browse files
author
Roman Leshchenko
committed
MAGETWO-88658: Incorrect category attributes displaying
1 parent c861937 commit 5fda88f

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/Chooser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ protected function _toHtml()
180180
<label class="widget-option-label" id="' .
181181
$chooserId .
182182
'label">' .
183-
($this->getLabel() ? $this->getLabel() : __(
183+
($this->getLabel() ? $this->escapeHtml($this->getLabel()) : __(
184184
'Not Selected'
185185
)) .
186186
'</label>

0 commit comments

Comments
 (0)