Skip to content

Commit c5574b8

Browse files
committed
MC-19075: Html text are visible on frontend
1 parent fd73c39 commit c5574b8

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Checkout/view/frontend/templates/onepage/review

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/view/frontend/templates/onepage/review/item.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ $taxDataHelper = $this->helper(Magento\Tax\Helper\Data::class);
2828
<dt><?= $block->escapeHtml($_option['label']) ?></dt>
2929
<dd>
3030
<?php if (isset($_formatedOptionValue['full_view'])) :?>
31-
<?= $block->escapeHtml($_formatedOptionValue['full_view']) ?>
31+
<?= /* @noEscape */ $_formatedOptionValue['full_view'] ?>
3232
<?php else :?>
3333
<?= /* @noEscape */ $_formatedOptionValue['value'] ?>
3434
<?php endif; ?>

0 commit comments

Comments
 (0)