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 17
17
<?php if (!$ block ->getPrintStatus ()) : ?>
18
18
<?php $ _formatedOptionValue = $ block ->getFormatedOptionValue ($ _option ) ?>
19
19
<dd<?= (isset ($ _formatedOptionValue ['full_view ' ]) ? ' class="tooltip wrapper" ' : '' ) ?> >
20
- <?= $ block ->escapeHtml ($ _formatedOptionValue ['value ' ], ['a ' , ' img ' ]) ?>
20
+ <?= $ block ->escapeHtml ($ _formatedOptionValue ['value ' ], ['a ' ]) ?>
21
21
<?php if (isset ($ _formatedOptionValue ['full_view ' ])) : ?>
22
22
<div class="tooltip content">
23
23
<dl class="item options">
Original file line number Diff line number Diff line change 17
17
<?php if (!$ block ->getPrintStatus ()) : ?>
18
18
<?php $ _formatedOptionValue = $ block ->getFormatedOptionValue ($ _option ) ?>
19
19
<dd<?= (isset ($ _formatedOptionValue ['full_view ' ]) ? ' class="tooltip wrapper" ' : '' ) ?> >
20
- <?= $ block ->escapeHtml ($ _formatedOptionValue ['value ' ], ['a ' , ' img ' ]) ?>
20
+ <?= $ block ->escapeHtml ($ _formatedOptionValue ['value ' ], ['a ' ]) ?>
21
21
<?php if (isset ($ _formatedOptionValue ['full_view ' ])) : ?>
22
22
<div class="tooltip content">
23
23
<dl class="item options">
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ $_item = $block->getItem();
17
17
<?php if (!$ block ->getPrintStatus ()) : ?>
18
18
<?php $ _formatedOptionValue = $ block ->getFormatedOptionValue ($ _option ) ?>
19
19
<dd<?= (isset ($ _formatedOptionValue ['full_view ' ]) ? ' class="tooltip wrapper" ' : '' ) ?> >
20
- <?= $ block ->escapeHtml ($ _formatedOptionValue ['value ' ], ['a ' , ' img ' ]) ?>
20
+ <?= $ block ->escapeHtml ($ _formatedOptionValue ['value ' ], ['a ' ]) ?>
21
21
<?php if (isset ($ _formatedOptionValue ['full_view ' ])) : ?>
22
22
<div class="tooltip content">
23
23
<dl class="item options">
Original file line number Diff line number Diff line change 16
16
<?php if (!$ block ->getPrintStatus ()) : ?>
17
17
<?php $ _formatedOptionValue = $ block ->getFormatedOptionValue ($ _option ) ?>
18
18
<dd<?= (isset ($ _formatedOptionValue ['full_view ' ]) ? ' class="tooltip wrapper" ' : '' ) ?> >
19
- <?= $ block ->escapeHtml ($ _formatedOptionValue ['value ' ], ['a ' , ' img ' ]) ?>
19
+ <?= $ block ->escapeHtml ($ _formatedOptionValue ['value ' ], ['a ' ]) ?>
20
20
<?php if (isset ($ _formatedOptionValue ['full_view ' ])) : ?>
21
21
<div class="tooltip content">
22
22
<dl class="item options">
You can’t perform that action at this time.
0 commit comments