diff --git a/cmd/fibr/templates/files.html b/cmd/fibr/templates/files.html
index 9008d781..04d92c97 100644
--- a/cmd/fibr/templates/files.html
+++ b/cmd/fibr/templates/files.html
@@ -233,11 +233,11 @@
{{ template "async-image-item" . }}
{{ if .IsVideo }}
-
+
{{ end }}
{{ if .IsCover }}
-
+
{{ end }}
{{ else }}
diff --git a/cmd/fibr/templates/search.html b/cmd/fibr/templates/search.html
index 371c54c0..5c050f99 100644
--- a/cmd/fibr/templates/search.html
+++ b/cmd/fibr/templates/search.html
@@ -110,7 +110,7 @@
{{ template "async-image-item" . }}
{{ if .IsVideo }}
-
+
{{ end }}
{{ else }}
diff --git a/cmd/fibr/templates/story.html b/cmd/fibr/templates/story.html
index d1ffafd8..b0520ffc 100644
--- a/cmd/fibr/templates/story.html
+++ b/cmd/fibr/templates/story.html
@@ -188,7 +188,7 @@
{{ template "async-image-item-large" .RenderItem }}
{{ if .IsVideo }}
-
+
{{ end }}