Skip to content

Commit 56961d4

Browse files
author
Dmytro Voskoboinikov
committed
Merge branch 'MAGETWO-88659' into 2.1.15-bugfixes-010818
2 parents 5b5f519 + 6399afe commit 56961d4

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)