FIX: Don't escape HTML content on category descriptions
This commit is contained in:
parent
a98b8251a6
commit
32441ebcac
|
@ -26,7 +26,7 @@
|
|||
{{#if category.logo_url}}
|
||||
<img {{bind-attr src=category.logo_url}} class="category-logo">
|
||||
{{#if category.description}}
|
||||
<p>{{category.description}}</p>
|
||||
<p>{{{category.description}}}</p>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
</section>
|
||||
|
|
Loading…
Reference in New Issue