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 1212
1313 < div class ="product-item-inner ">
1414 < 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 >
1616 < div class ="details-qty ">
1717 < span class ="label "> <!-- ko i18n: 'Qty' --> <!-- /ko --> </ span >
1818 < 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');
3131 <div class="product-item-details">
3232 <strong class="product-item-name">
3333 <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>
3535 </a>
3636 </strong>
3737 <div data-bind="html: product_price"></div>
You can’t perform that action at this time.
0 commit comments