From 0980554cff355e8b5bc76c2421119a855a8a34cf Mon Sep 17 00:00:00 2001 From: iou1name Date: Mon, 18 Jun 2018 00:17:56 -0400 Subject: [PATCH] disable jinja autoescape for chat messages --- templates/quest.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/quest.html b/templates/quest.html index cc118fa..6571709 100644 --- a/templates/quest.html +++ b/templates/quest.html @@ -54,6 +54,7 @@

Chat

+ {% autoescape false %} {% for message in messages %}
@@ -62,6 +63,7 @@
{{ message[4] }}
{% endfor %} + {% endautoescape %}