diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ea0f9bda1..785aea2c2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ - Fix z-index for product sale badges so they aren't above the menu [#926](https://github.com/bigcommerce/stencil/pull/926) - Auto-expand product videos on the product page if the product has at least one video [#935](https://github.com/bigcommerce/stencil/pull/935) - Fix an issue with special characters in search results for content pages [#933](https://github.com/bigcommerce/stencil/pull/933) +- Fix an issue with special characters in carousel text [#932](https://github.com/bigcommerce/stencil/pull/932) ## 1.5.2 (2017-02-14) diff --git a/templates/components/carousel-content.html b/templates/components/carousel-content.html index 08ebe11b8b..4ba57c7b29 100644 --- a/templates/components/carousel-content.html +++ b/templates/components/carousel-content.html @@ -1,6 +1,6 @@
-

{{heading}}

-

{{text}}

+

{{{heading}}}

+

{{{text}}}

{{#if button_text}} {{button_text}} {{/if}}