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 ab153e9 + 1bdc1ec commit a2932f6Copy full SHA for a2932f6
app/code/Magento/Config/Block/System/Config/Form/Field/File.php
@@ -55,7 +55,7 @@ protected function _getDeleteCheckbox()
55
$html .= '<input type="hidden" name="' .
56
parent::getName() .
57
'[value]" value="' .
58
- $this->_escaper->escapeHtml($this->getValue()) .
+ $this->_escaper->escapeHtmlAttr($this->getValue()) .
59
'" />';
60
$html .= '</div>';
61
}
0 commit comments