From 9ae55c92ba54196e4f9d582826710c34cb629a86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lera=20Elvo=C3=A9?= Date: Tue, 1 Jul 2025 18:11:40 +0300 Subject: [PATCH] don't escape content in topic view --- app/templates/topics/topic.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/topics/topic.html b/app/templates/topics/topic.html index bccacf3..7887a85 100644 --- a/app/templates/topics/topic.html +++ b/app/templates/topics/topic.html @@ -48,7 +48,7 @@ on on {{ timestamp(thread['latest_post_created_at'] )}}: - {{ thread['latest_post_content'] }} + {{ thread['latest_post_content'] | safe }}