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 f55f411 commit f13958eCopy full SHA for f13958e
app/code/Magento/Multishipping/view/frontend/templates/checkout/item/default.phtml
@@ -13,7 +13,7 @@
13
<?php $_formatedOptionValue = $block->getFormatedOptionValue($_option) ?>
14
<dt><?= $block->escapeHtml($_option['label']) ?></dt>
15
<dd<?= (isset($_formatedOptionValue['full_view']) ? ' class="tooltip wrapper"' : '') ?>>
16
- <?= $block->escapeHtml($_formatedOptionValue['value'], ['span']) ?>
+ <?= $block->escapeHtml($_formatedOptionValue['value'], ['span', 'a']) ?>
17
<?php if (isset($_formatedOptionValue['full_view'])) : ?>
18
<dl class="item options tooltip content">
19
0 commit comments