diff --git a/app/templates/utils.html b/app/templates/utils.html
index 9932788..b8a749a 100644
--- a/app/templates/utils.html
+++ b/app/templates/utils.html
@@ -413,7 +413,9 @@
{% if attachment.type == "Image" or (attachment | has_media_type("image")) %}
{% if attachment.url not in object.inlined_images %}
+
+
{% endif %}
{% elif attachment.type == "Video" or (attachment | has_media_type("video")) %}