Correctly display newlines in scheduled messages

This commit is contained in:
Kunal Mehta 2024-04-19 15:05:49 +00:00 committed by Thomas
parent c7646b47ee
commit 4675f65437

View file

@ -14,7 +14,7 @@
{% if status.spoilerText is defined %} {% if status.spoilerText is defined %}
<b>{{ status.spoilerText }}</b> <br/> <b>{{ status.spoilerText }}</b> <br/>
{% endif %} {% endif %}
{{ status.content }} {{ status.content | nl2br }}
</p> </p>
</div> </div>
</div> </div>
@ -40,4 +40,4 @@
</div> </div>
</div> </div>
{% endfor %} {% endfor %}