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.
1 parent 23022c4 commit ccf7388Copy full SHA for ccf7388
lib/internal/Magento/Framework/Escaper.php
@@ -97,7 +97,7 @@ function ($errorNumber, $errorString) {
97
}
98
);
99
$data = $this->prepareUnescapedCharacters($data);
100
- $string = @iconv("UTF-8","ISO-8859-1//IGNORE", $data);
+ $string = @iconv("UTF-8", "ISO-8859-1//IGNORE", $data);
101
try {
102
$domDocument->loadHTML(
103
'<html><body id="' . $wrapperElementId . '">' . $string . '</body></html>'
0 commit comments