Skip to content

Commit adb5dff

Browse files
author
Joan He
authored
Merge pull request #4444 from magento-arcticfoxes/2.3-develop-pr
[arcticfoxes] Bug Fixes
2 parents 5912246 + 5ba6db2 commit adb5dff

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Multishipping/view/frontend/templates/checkout/item

1 file changed

+1
-1
lines changed

app/code/Magento/Multishipping/view/frontend/templates/checkout/item/default.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<?php foreach ($_options as $_option) : ?>
1313
<?php $_formatedOptionValue = $block->getFormatedOptionValue($_option) ?>
1414
<dt><?= $block->escapeHtml($_option['label']) ?></dt>
15-
<dd<?= (isset($_formatedOptionValue['full_view']) ? ' class="tooltip wrapper"' : '') ?>
15+
<dd<?= (isset($_formatedOptionValue['full_view']) ? ' class="tooltip wrapper"' : '') ?>>
1616
<?= $block->escapeHtml($_formatedOptionValue['value']) ?>
1717
<?php if (isset($_formatedOptionValue['full_view'])) : ?>
1818
<dl class="item options tooltip content">

0 commit comments

Comments
 (0)