Fix guild list description new lines <br> being ignored

Thanks TheEther for reporting
This commit is contained in:
slawkens 2021-04-08 22:08:37 +02:00
parent f2c3b6362d
commit c7a2b090d7

View File

@ -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>