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 0a812eb commit 1bfe961Copy full SHA for 1bfe961
app/code/Magento/Catalog/view/frontend/templates/product/view/options.phtml
@@ -18,7 +18,7 @@
18
"priceOptions": {
19
"optionConfig": <?php /* @escapeNotVerified */ echo $block->getJsonConfig()?>,
20
"controlContainer": ".field",
21
- "priceHolderSelector": "[data-product-id='<?php echo /* @noEscape */ $_productId?>'][data-role=priceBox]"
+ "priceHolderSelector": "[data-product-id='<?php echo $block->escapeHtml($_productId)?>'][data-role=priceBox]"
22
}
23
24
0 commit comments