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}}