From 00e9805e2333cf1821f3f5c46f52e4978a385434 Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Tue, 21 Nov 2017 17:31:26 +0100 Subject: [PATCH] FIX: category descriptions should display html --- .../select-kit/templates/components/category-row.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/select-kit/templates/components/category-row.hbs b/app/assets/javascripts/select-kit/templates/components/category-row.hbs index 4e4f0ded9b2..0f3249ea46f 100644 --- a/app/assets/javascripts/select-kit/templates/components/category-row.hbs +++ b/app/assets/javascripts/select-kit/templates/components/category-row.hbs @@ -12,7 +12,7 @@ {{/if}} {{#if shouldDisplayDescription}} -
{{description}}
+
{{{description}}}
{{/if}} {{else}} {{computedContent.name}}