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