File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Checkout/view/frontend/web/template/summary/item
Sales/view/frontend/templates/order/items/renderer Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
< dd class ="values " data-bind ="html: full_view "> </ dd >
36
36
<!-- /ko -->
37
37
<!-- ko ifnot: ($data.full_view)-->
38
- < dd class ="values " data-bind ="text : value "> </ dd >
38
+ < dd class ="values " data-bind ="html : value "> </ dd >
39
39
<!-- /ko -->
40
40
<!-- /ko -->
41
41
</ dl >
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ $_item = $block->getItem();
20
20
<?php $ _formatedOptionValue = $ block ->getFormatedOptionValue ($ _option ) ?>
21
21
<dd>
22
22
<?php if (isset ($ _formatedOptionValue ['full_view ' ])): ?>
23
- <?= $ block ->escapeHtml ($ _formatedOptionValue ['full_view ' ]) ?>
23
+ <?= $ block ->escapeHtml ($ _formatedOptionValue ['full_view ' ], [ ' a ' ] ) ?>
24
24
<?php else : ?>
25
- <?= $ block ->escapeHtml ($ _formatedOptionValue ['value ' ]) ?>
25
+ <?= $ block ->escapeHtml ($ _formatedOptionValue ['value ' ], [ ' a ' ] ) ?>
26
26
<?php endif ; ?>
27
27
</dd>
28
28
<?php else : ?>
You can’t perform that action at this time.
0 commit comments