diff --git a/templates/post/fileinfo.html b/templates/post/fileinfo.html
index 4a3300a4..0446ba29 100644
--- a/templates/post/fileinfo.html
+++ b/templates/post/fileinfo.html
@@ -7,7 +7,7 @@
{% if file.file == 'deleted' %}
{% else %}
-
File: {{ file.file }}
+ File: {{ file.file }}
(
{% if file.thumb == 'spoiler' %}
{% trans %}Spoiler Image{% endtrans %},
diff --git a/templates/post/image_identification.html b/templates/post/image_identification.html
index fa2f30b3..eaef2259 100644
--- a/templates/post/image_identification.html
+++ b/templates/post/image_identification.html
@@ -1,6 +1,6 @@
{% if file.thumb != 'file' and config.image_identification %}
-
+
{% if config.image_identification_imgops %}
ImgOps
{% endif %}