Skip to content

Commit

Permalink
fix(storefront): BCTHEME-277 Certain Special Characters not rendering…
Browse files Browse the repository at this point in the history
… under Wishlists
  • Loading branch information
BC-tymurbiedukhin committed Oct 13, 2020
1 parent 0564704 commit db88ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/components/account/wishlist-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<tbody class="table-tbody">
{{#each customer.wishlists}}
<tr>
<td><a href="{{view_url}}">{{name}}</a></td>
<td><a href="{{view_url}}">{{{name}}}</a></td>
<td>{{num_items}}</td>
<td>
{{#if is_public }}
Expand Down

0 comments on commit db88ab4

Please sign in to comment.