We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d2b671 commit b529f3bCopy full SHA for b529f3b
app/code/Magento/Wishlist/view/frontend/templates/sidebar.phtml
@@ -31,7 +31,7 @@ $wishlistHelper = $this->helper('Magento\Wishlist\Helper\Data');
31
<div class="product-item-details">
32
<strong class="product-item-name">
33
<a data-bind="attr: { href: product_url }" class="product-item-link">
34
- <span data-bind="text: product_name"></span>
+ <span data-bind="html: product_name"></span>
35
</a>
36
</strong>
37
<div data-bind="html: product_price"></div>
0 commit comments