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 13
13
<?php $ _formatedOptionValue = $ block ->getFormatedOptionValue ($ _option ) ?>
14
14
<dt><?= $ block ->escapeHtml ($ _option ['label ' ]) ?> </dt>
15
15
<dd<?= (isset ($ _formatedOptionValue ['full_view ' ]) ? ' class="tooltip wrapper" ' : '' ) ?> >
16
- <?= $ block ->escapeHtml ($ _formatedOptionValue ['value ' ]) ?>
16
+ <?= $ block ->escapeHtml ($ _formatedOptionValue ['value ' ], [ ' span ' ] ) ?>
17
17
<?php if (isset ($ _formatedOptionValue ['full_view ' ])) : ?>
18
18
<dl class="item options tooltip content">
19
19
<dt><?= $ block ->escapeHtml ($ _option ['label ' ]) ?> </dt>
20
- <dd><?= $ block ->escapeHtml ($ _formatedOptionValue ['full_view ' ]) ?> </dd>
20
+ <dd><?= $ block ->escapeHtml ($ _formatedOptionValue ['full_view ' ], [ ' span ' ] ) ?> </dd>
21
21
</dl>
22
22
<?php endif ; ?>
23
23
</dd>
You can’t perform that action at this time.
0 commit comments