Commit 05864fb Alyss Noland
committed
1 parent 125f664 commit 05864fb Copy full SHA for 05864fb
File tree 2 files changed +2
-1
lines changed
templates/components/products
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 3
3
## Draft
4
4
- ` stencil.conf.js ` was refactored to support webpack2 builds [ 961] ( https://github.com/bigcommerce/cornerstone/pull/961 )
5
5
- Load amp social share JS only when we have share icons enabled. [ #968 ] ( https://github.com/bigcommerce/cornerstone/pull/968 )
6
+ - Escape html for product summaries in product list view
6
7
7
8
## 1.6.2 (2017-03-15)
8
9
- Fix a bug that was not updating price and weight when an option is selected [ #963 ] ( https://github.com/bigcommerce/cornerstone/pull/963 )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ <h4 class="listItem-title">
15
15
< a href ="{{url}} "> {{name}}</ a >
16
16
</ h4 >
17
17
{{#if summary}}
18
- < p > {{summary}}</ p >
18
+ < p > {{{ summary} }}</ p >
19
19
{{/if}}
20
20
</ div >
21
21
< div class ="listItem-actions ">
You can’t perform that action at this time.
0 commit comments