Skip to content

Commit b529f3b

Browse files
Deep A. Joshimage2pratik
authored andcommitted
Resolved special character issue for sidebar
1 parent 8d2b671 commit b529f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Wishlist/view/frontend/templates/sidebar.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)