mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44:55 +02:00
Fix guild list description new lines <br> being ignored
Thanks TheEther for reporting
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
|
|
||||||
{% if guild.description is not empty %}
|
{% if guild.description is not empty %}
|
||||||
<br>
|
<br>
|
||||||
<span>{{ guild.description }}</span>
|
<span>{{ guild.description|raw }}</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user