FIX: category descriptions should display html
This commit is contained in:
parent
2087d011df
commit
00e9805e23
|
@ -12,7 +12,7 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{#if shouldDisplayDescription}}
|
{{#if shouldDisplayDescription}}
|
||||||
<div class="category-desc">{{description}}</div>
|
<div class="category-desc">{{{description}}}</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{else}}
|
{{else}}
|
||||||
{{computedContent.name}}
|
{{computedContent.name}}
|
||||||
|
|
Loading…
Reference in New Issue