Skip to content

Commit

Permalink
Product Description show HTML content
Browse files Browse the repository at this point in the history
Fixed HTML content issue
  • Loading branch information
nnandani authored Feb 1, 2019
1 parent 5cc0b7c commit c9c22eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/pages/compare.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h4 class="card-title">
<span class="compareTable-headingText">Description</span>
</th>
{{#each comparisons}}
<td class="compareTable-item">{{ summary }}</td>
<td class="compareTable-item">{{{ summary }}}</td>
{{/each}}
</tr>
{{#if settings.show_product_rating}}
Expand Down

0 comments on commit c9c22eb

Please sign in to comment.