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 03e2a59 commit 1453890Copy full SHA for 1453890
app/code/Magento/Catalog/view/adminhtml/templates/catalog/product/composite/configure.phtml
@@ -5,9 +5,9 @@
5
*/
6
7
/** @var \Magento\Framework\View\Helper\SecureHtmlRenderer $secureRenderer */
8
-$blockId = $block->escapeHtmlAttr($block->getId());
+$blockId = $block->getId();
9
?>
10
-<div id="product_composite_configure" class="product-configure-popup-<?= $blockId ?>">
+<div id="product_composite_configure" class="product-configure-popup-<?= $block->escapeHtmlAttr($blockId) ?>">
11
<iframe name="product_composite_configure_iframe" id="product_composite_configure_iframe"></iframe>
12
<?= /* @noEscape */ $secureRenderer->renderEventListenerAsTag(
13
'onload',
0 commit comments