From e35b84009039b5ac15c23be5076b256ddfa095a6 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Mon, 13 Dec 2021 10:31:32 -0600 Subject: [PATCH] fix --- files/templates/submission_listing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index f7abff1ac1..a1a28d21a5 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -232,7 +232,7 @@ {% if p.realbody(v) and not p.over_18 %} -
+
{{p.realbody(v) | safe}}
{% endif %}