We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e37588 commit fd73c39Copy full SHA for fd73c39
app/code/Magento/Checkout/view/frontend/templates/onepage/review/item.phtml
@@ -30,7 +30,7 @@ $taxDataHelper = $this->helper(Magento\Tax\Helper\Data::class);
30
<?php if (isset($_formatedOptionValue['full_view'])) :?>
31
<?= $block->escapeHtml($_formatedOptionValue['full_view']) ?>
32
<?php else :?>
33
- <?= $block->escapeHtml($_formatedOptionValue['value']) ?>
+ <?= /* @noEscape */ $_formatedOptionValue['value'] ?>
34
<?php endif; ?>
35
</dd>
36
<?php endforeach; ?>
0 commit comments