Skip to content

Commit ecc10f7

Browse files
author
Hwashiang Yu
committed
MAGETWO-55808: Eliminate @escapeNotVerified in Product Modules
- Cleaned up components template to correctly terminate
1 parent 806ea54 commit ecc10f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/code/Magento/Bundle/view/frontend/templates/js/components.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
// @codingStandardsIgnoreFile
88

99
?>
10-
<?= /* @noEscape */ $block->getChildHtml();
10+
<?= /* @noEscape */ $block->getChildHtml() ?>
1111

app/code/Magento/ConfigurableProduct/view/frontend/templates/js/components.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
// @codingStandardsIgnoreFile
88

99
?>
10-
<?= /* @noEscape */ $block->getChildHtml();
10+
<?= /* @noEscape */ $block->getChildHtml() ?>

app/code/Magento/Downloadable/view/frontend/templates/js/components.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
// @codingStandardsIgnoreFile
88

99
?>
10-
<?= /* @noEscape */ $block->getChildHtml();
10+
<?= /* @noEscape */ $block->getChildHtml() ?>

0 commit comments

Comments
 (0)