Skip to content

Commit 1bdc1ec

Browse files
AC-13919: System Config Fix
1 parent a430861 commit 1bdc1ec

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Config/Block/System/Config/Form/Field

1 file changed

+1
-1
lines changed

app/code/Magento/Config/Block/System/Config/Form/Field/File.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ protected function _getDeleteCheckbox()
5555
$html .= '<input type="hidden" name="' .
5656
parent::getName() .
5757
'[value]" value="' .
58-
$this->_escaper->escapeHtml($this->getValue()) .
58+
$this->_escaper->escapeHtmlAttr($this->getValue()) .
5959
'" />';
6060
$html .= '</div>';
6161
}

0 commit comments

Comments
 (0)