From 52220fc610d9e2a87726b7add3d11f7c928e12ff Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sun, 5 Dec 2021 14:52:04 -0600 Subject: [PATCH] fix --- files/templates/submission.html | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/files/templates/submission.html b/files/templates/submission.html index 0ef06f68be..ef7c1c7b85 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -356,23 +356,13 @@ {% endif %}
{% if p.is_image %} -
-
- - Unable to load image - -
-
-

+							
+								Unable to load image
+							
 							{% elif p.url and p.url.lower().endswith('.mp4') %}
-							
-
- -
-
-

+							
 							{% endif %}
 
 							{{p.realbody(v) | safe}}