Skip to content

Commit ec88729

Browse files
author
Joan He
committed
MAGETWO-99505: [Backport for 2.2] Eliminate @escapeNotVerified in Product and Catalog Modules
1 parent 28e9ff7 commit ec88729

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

app/code/Magento/Swatches/view/frontend/templates/product/view/renderer.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"jsonSwatchImageSizeConfig": <?= /* @noEscape */ $block->getJsonSwatchSizeConfig() ?>
1919
},
2020
"Magento_Swatches/js/configurable-customer-data": {
21-
"swatchOptions": <?php /* @noEscape */ echo $swatchOptions ?>
21+
"swatchOptions": <?= /* @noEscape */ $swatchOptions ?>
2222
}
2323
},
2424
"*" : {

0 commit comments

Comments
 (0)