Skip to content

Commit 7d87f1d

Browse files
committed
MC-35475: Wrong design for Admin Customer Edit Page on Safari browser
1 parent b8596d2 commit 7d87f1d

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/view/adminhtml/templates/catalog/product/composite

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/view/adminhtml/templates/catalog/product/composite/configure.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
/** @var \Magento\Framework\View\Helper\SecureHtmlRenderer $secureRenderer */
8-
$blockId = $block->getId();
8+
$blockId = $block->escapeHtmlAttr($block->getId());
99
?>
1010
<div id="product_composite_configure" class="product-configure-popup-<?= $blockId ?>">
1111
<iframe name="product_composite_configure_iframe" id="product_composite_configure_iframe"></iframe>

0 commit comments

Comments
 (0)