Skip to content

Commit fd73c39

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

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
@@ -30,7 +30,7 @@ $taxDataHelper = $this->helper(Magento\Tax\Helper\Data::class);
3030
<?php if (isset($_formatedOptionValue['full_view'])) :?>
3131
<?= $block->escapeHtml($_formatedOptionValue['full_view']) ?>
3232
<?php else :?>
33-
<?= $block->escapeHtml($_formatedOptionValue['value']) ?>
33+
<?= /* @noEscape */ $_formatedOptionValue['value'] ?>
3434
<?php endif; ?>
3535
</dd>
3636
<?php endforeach; ?>

0 commit comments

Comments
 (0)