We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b5f519 + 6399afe commit 56961d4Copy full SHA for 56961d4
app/code/Magento/Widget/Block/Adminhtml/Widget/Chooser.php
@@ -180,7 +180,7 @@ protected function _toHtml()
180
<label class="widget-option-label" id="' .
181
$chooserId .
182
'label">' .
183
- ($this->getLabel() ? $this->getLabel() : __(
+ ($this->getLabel() ? $this->escapeHtml($this->getLabel()) : __(
184
'Not Selected'
185
)) .
186
'</label>
0 commit comments