File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
app/code/Magento/Sales/view/frontend/templates/order
creditmemo/items/renderer Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 <?php if (!$ block ->getPrintStatus ()) : ?>
1818 <?php $ _formatedOptionValue = $ block ->getFormatedOptionValue ($ _option ) ?>
1919 <dd<?= (isset ($ _formatedOptionValue ['full_view ' ]) ? ' class="tooltip wrapper" ' : '' ) ?> >
20- <?= $ block ->escapeHtml ($ _formatedOptionValue ['value ' ], ['a ' , ' img ' ]) ?>
20+ <?= $ block ->escapeHtml ($ _formatedOptionValue ['value ' ], ['a ' ]) ?>
2121 <?php if (isset ($ _formatedOptionValue ['full_view ' ])) : ?>
2222 <div class="tooltip content">
2323 <dl class="item options">
Original file line number Diff line number Diff line change 1717 <?php if (!$ block ->getPrintStatus ()) : ?>
1818 <?php $ _formatedOptionValue = $ block ->getFormatedOptionValue ($ _option ) ?>
1919 <dd<?= (isset ($ _formatedOptionValue ['full_view ' ]) ? ' class="tooltip wrapper" ' : '' ) ?> >
20- <?= $ block ->escapeHtml ($ _formatedOptionValue ['value ' ], ['a ' , ' img ' ]) ?>
20+ <?= $ block ->escapeHtml ($ _formatedOptionValue ['value ' ], ['a ' ]) ?>
2121 <?php if (isset ($ _formatedOptionValue ['full_view ' ])) : ?>
2222 <div class="tooltip content">
2323 <dl class="item options">
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ $_item = $block->getItem();
1717 <?php if (!$ block ->getPrintStatus ()) : ?>
1818 <?php $ _formatedOptionValue = $ block ->getFormatedOptionValue ($ _option ) ?>
1919 <dd<?= (isset ($ _formatedOptionValue ['full_view ' ]) ? ' class="tooltip wrapper" ' : '' ) ?> >
20- <?= $ block ->escapeHtml ($ _formatedOptionValue ['value ' ], ['a ' , ' img ' ]) ?>
20+ <?= $ block ->escapeHtml ($ _formatedOptionValue ['value ' ], ['a ' ]) ?>
2121 <?php if (isset ($ _formatedOptionValue ['full_view ' ])) : ?>
2222 <div class="tooltip content">
2323 <dl class="item options">
Original file line number Diff line number Diff line change 1616 <?php if (!$ block ->getPrintStatus ()) : ?>
1717 <?php $ _formatedOptionValue = $ block ->getFormatedOptionValue ($ _option ) ?>
1818 <dd<?= (isset ($ _formatedOptionValue ['full_view ' ]) ? ' class="tooltip wrapper" ' : '' ) ?> >
19- <?= $ block ->escapeHtml ($ _formatedOptionValue ['value ' ], ['a ' , ' img ' ]) ?>
19+ <?= $ block ->escapeHtml ($ _formatedOptionValue ['value ' ], ['a ' ]) ?>
2020 <?php if (isset ($ _formatedOptionValue ['full_view ' ])) : ?>
2121 <div class="tooltip content">
2222 <dl class="item options">
You can’t perform that action at this time.
0 commit comments