File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Checkout/view/frontend/web/template/summary/item
Wishlist/view/frontend/templates Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
13
13
< div class ="product-item-inner ">
14
14
< div class ="product-item-name-block ">
15
- < strong class ="product-item-name " data-bind ="text : $parent.name "> </ strong >
15
+ < strong class ="product-item-name " data-bind ="html : $parent.name "> </ strong >
16
16
< div class ="details-qty ">
17
17
< span class ="label "> <!-- ko i18n: 'Qty' --> <!-- /ko --> </ span >
18
18
< span class ="value " data-bind ="text: $parent.qty "> </ span >
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ $wishlistHelper = $this->helper('Magento\Wishlist\Helper\Data');
31
31
<div class="product-item-details">
32
32
<strong class="product-item-name">
33
33
<a data-bind="attr: { href: product_url }" class="product-item-link">
34
- <span data-bind="text : product_name"></span>
34
+ <span data-bind="html : product_name"></span>
35
35
</a>
36
36
</strong>
37
37
<div data-bind="html: product_price"></div>
You can’t perform that action at this time.
0 commit comments