Skip to content

Commit 366e17f

Browse files
committed
MC-34602: MC-34602: \“Order by SKU\” Widget is displayed incorrectly on the Storefront
1 parent 7f2120b commit 366e17f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/internal/Magento/Framework/Escaper.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,6 @@ public function escapeHtml($data, $allowedTags = null)
7272
$data = (string)$data;
7373
}
7474

75-
if ($allowedTags !== null && !is_array($allowedTags)) {
76-
$allowedTags = [$allowedTags];
77-
}
78-
7975
if (is_array($data)) {
8076
$result = [];
8177
foreach ($data as $item) {

0 commit comments

Comments
 (0)