Skip to content

Commit fb350e6

Browse files
#24054: Static test fix.
1 parent f9b1f0b commit fb350e6

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/view/frontend/templates/product/view

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/view/frontend/templates/product/view/form.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
{
4545
"[data-role=priceBox][data-price-box=product-id-<?= $block->escapeHtml($_product->getId()) ?>]": {
4646
"priceBox": {
47-
"priceConfig": <?= /* @escapeNotVerified */ $block->getJsonConfig() ?>
47+
"priceConfig": <?= /* @noEscape */ $block->getJsonConfig() ?>
4848
}
4949
}
5050
}

0 commit comments

Comments
 (0)