From 12d55df2684e8c8b5082358778056f4eec09e13c Mon Sep 17 00:00:00 2001 From: Johnny Date: Tue, 30 Oct 2018 06:46:52 +0000 Subject: [PATCH] Removes 'safe' template tag from help detail page (vulnerability). --- evennia/web/website/templates/website/help_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/web/website/templates/website/help_detail.html b/evennia/web/website/templates/website/help_detail.html index 44e42e0743..e221956c7c 100644 --- a/evennia/web/website/templates/website/help_detail.html +++ b/evennia/web/website/templates/website/help_detail.html @@ -25,7 +25,7 @@
-

{{ entry_text|safe }}

+

{{ entry_text }}

{% if topic_previous or topic_next %}