Skip to content

Commit a2932f6

Browse files
Merge branch 'AC-13919' into cia-2.4.8-develop-bugfix-03052025
2 parents ab153e9 + 1bdc1ec commit a2932f6

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)