Skip to content

Commit 364e30a

Browse files
author
Hwashiang Yu
committed
MAGETWO-55808: Eliminate @escapeNotVerified in Product Modules
- Resolved static failures in bundle, configurable product, downloadable, and grouped product module templates
1 parent 79ffaa5 commit 364e30a

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Bundle/view/frontend/templates/catalog/product/view/type/bundle

1 file changed

+1
-1
lines changed

app/code/Magento/Bundle/view/frontend/templates/catalog/product/view/type/bundle/options.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $options = $block->decorateArray($block->getOptions($stripSelection));
1818
{
1919
"#product_addtocart_form": {
2020
"priceBundle": {
21-
"optionConfig": <?= /* @noEscape*/ $block->getJsonConfig() ?>,
21+
"optionConfig": <?= /* @noEscape */ $block->getJsonConfig() ?>,
2222
"controlContainer": ".field.option"
2323
}
2424
}

0 commit comments

Comments
 (0)