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 30bbd11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## Draft
- Fixed Special Characters rendering under Wishlists. [#1873](https://github.com/bigcommerce/cornerstone/pull/1873)
- Unified browsers list that we support. [#1836](https://github.com/bigcommerce/cornerstone/pull/1836)
- Bump stencil utils and update hooks to account for refactor to drop Jquery in stencil utils [#1821](https://github.com/bigcommerce/cornerstone/pull/1821)

Expand Down
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 30bbd11

Please sign in to comment.