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 32fda1c commit f724fecCopy full SHA for f724fec
app/code/Magento/Checkout/view/frontend/templates/cart/item/default.phtml
@@ -48,7 +48,7 @@ $canApplyMsrp = $helper->isShowBeforeOrderConfirm($product) && $helper->isMinima
48
<dt><?= $block->escapeHtml($_option['label']) ?></dt>
49
<dd>
50
<?php if (isset($_formatedOptionValue['full_view'])) :?>
51
- <?= $block->escapeHtml($_formatedOptionValue['full_view']) ?>
+ <?= $block->escapeHtml($_formatedOptionValue['full_view'], ['span', 'a']) ?>
52
<?php else :?>
53
<?= $block->escapeHtml($_formatedOptionValue['value'], ['span', 'a']) ?>
54
<?php endif; ?>
0 commit comments