File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Multishipping/view/frontend/templates/checkout/item Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1313 <?php $ _formatedOptionValue = $ block ->getFormatedOptionValue ($ _option ) ?>
1414 <dt><?= $ block ->escapeHtml ($ _option ['label ' ]) ?> </dt>
1515 <dd<?= (isset ($ _formatedOptionValue ['full_view ' ]) ? ' class="tooltip wrapper" ' : '' ) ?> >
16- <?= $ block ->escapeHtml ($ _formatedOptionValue ['value ' ]) ?>
16+ <?= $ block ->escapeHtml ($ _formatedOptionValue ['value ' ], [ ' span ' ] ) ?>
1717 <?php if (isset ($ _formatedOptionValue ['full_view ' ])) : ?>
1818 <dl class="item options tooltip content">
1919 <dt><?= $ block ->escapeHtml ($ _option ['label ' ]) ?> </dt>
20- <dd><?= $ block ->escapeHtml ($ _formatedOptionValue ['full_view ' ]) ?> </dd>
20+ <dd><?= $ block ->escapeHtml ($ _formatedOptionValue ['full_view ' ], [ ' span ' ] ) ?> </dd>
2121 </dl>
2222 <?php endif ; ?>
2323 </dd>
You can’t perform that action at this time.
0 commit comments