From 6f1e74a7960bd55bdf923e50d829c13bafb9d640 Mon Sep 17 00:00:00 2001 From: bookernath Date: Sat, 18 Feb 2017 16:59:44 -0800 Subject: [PATCH] STENCIL-2494, don't over-escape Carousel content text --- CHANGELOG.md | 1 + templates/components/carousel-content.html | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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}}