mirror of
https://github.com/discourse/discourse.git
synced 2025-02-22 00:55:25 +08:00
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}}
|
{{#if category.logo_url}}
|
||||||
<img {{bind-attr src=category.logo_url}} class="category-logo">
|
<img {{bind-attr src=category.logo_url}} class="category-logo">
|
||||||
{{#if category.description}}
|
{{#if category.description}}
|
||||||
<p>{{category.description}}</p>
|
<p>{{{category.description}}}</p>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user