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 (#1873)
  • Loading branch information
BC-tymurbiedukhin authored Oct 21, 2020
1 parent 1018252 commit 42fea0f
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)
- Cornerstone quick view. [#1857](https://github.com/bigcommerce/cornerstone/pull/1857)
- Return heading to product card. [#1848](https://github.com/bigcommerce/cornerstone/pull/1848)
- Added announcement for "aadd to cart" button on PLP and PDP. [#1860](https://github.com/bigcommerce/cornerstone/pull/1860)
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 42fea0f

Please sign in to comment.