From 63cc0fd7524f0064ba3b65291b92ba8714d5f434 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sun, 12 Dec 2021 20:53:44 -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 e467132b8..178341d2c 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 %}