mirror of
https://github.com/slawkens/myaac.git
synced 2025-11-28 06:06:51 +01: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