diff --git a/app/templates/utils.html b/app/templates/utils.html
index 874c11e..edecdfe 100644
--- a/app/templates/utils.html
+++ b/app/templates/utils.html
@@ -249,7 +249,7 @@
{% endif %}
{% for attachment in object.attachments %}
{% if attachment.type == "Image" or (attachment | has_media_type("image")) %}
-
+
{% elif attachment.type == "Video" or (attachment | has_media_type("video")) %}
{% elif attachment.type == "Audio" or (attachment | has_media_type("audio")) %}