mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-13 17:24:54 +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 %}
|
||||
<br>
|
||||
<span>{{ guild.description }}</span>
|
||||
<span>{{ guild.description|raw }}</span>
|
||||
{% endif %}
|
||||
</td>
|
||||
|
||||
|
Reference in New Issue
Block a user