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 fd73c39 commit c5574b8Copy full SHA for c5574b8
app/code/Magento/Checkout/view/frontend/templates/onepage/review/item.phtml
@@ -28,7 +28,7 @@ $taxDataHelper = $this->helper(Magento\Tax\Helper\Data::class);
28
<dt><?= $block->escapeHtml($_option['label']) ?></dt>
29
<dd>
30
<?php if (isset($_formatedOptionValue['full_view'])) :?>
31
- <?= $block->escapeHtml($_formatedOptionValue['full_view']) ?>
+ <?= /* @noEscape */ $_formatedOptionValue['full_view'] ?>
32
<?php else :?>
33
<?= /* @noEscape */ $_formatedOptionValue['value'] ?>
34
<?php endif; ?>
0 commit comments