mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 01:39:22 +02:00
Fix guild list description new lines <br> being ignored
Thanks TheEther for reporting
This commit is contained in:
parent
f2c3b6362d
commit
c7a2b090d7
@ -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>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user