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.
2 parents 5912246 + 5ba6db2 commit adb5dffCopy full SHA for adb5dff
app/code/Magento/Multishipping/view/frontend/templates/checkout/item/default.phtml
@@ -12,7 +12,7 @@
12
<?php foreach ($_options as $_option) : ?>
13
<?php $_formatedOptionValue = $block->getFormatedOptionValue($_option) ?>
14
<dt><?= $block->escapeHtml($_option['label']) ?></dt>
15
- <dd<?= (isset($_formatedOptionValue['full_view']) ? ' class="tooltip wrapper"' : '') ?>
+ <dd<?= (isset($_formatedOptionValue['full_view']) ? ' class="tooltip wrapper"' : '') ?>>
16
<?= $block->escapeHtml($_formatedOptionValue['value']) ?>
17
<?php if (isset($_formatedOptionValue['full_view'])) : ?>
18
<dl class="item options tooltip content">
0 commit comments