FIX: category descriptions should display html

This commit is contained in:
Joffrey JAFFEUX 2017-11-21 17:31:26 +01:00 committed by GitHub
parent 2087d011df
commit 00e9805e23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
{{/if}}
{{#if shouldDisplayDescription}}
<div class="category-desc">{{description}}</div>
<div class="category-desc">{{{description}}}</div>
{{/if}}
{{else}}
{{computedContent.name}}