{% if file.file == 'deleted' %}
{% else %}
diff --git a/templates/post/image_identification.html b/templates/post/image_identification.html
index d0609873..4fd45e24 100644
--- a/templates/post/image_identification.html
+++ b/templates/post/image_identification.html
@@ -1,13 +1,13 @@
{% if file.thumb != 'file' and config.image_identification %}
{% if config.image_identification_imgops %}
- ImgOps
+ ImgOps
{% endif %}
{% if config.image_identification_exif and file.file|extension == 'jpg' %}
- Exif
+ Exif
{% endif %}
{% if config.image_identification_google %}
- Google
+ Google
{% endif %}
{% if config.image_identification_iqdb %}
iqdb
@@ -16,4 +16,4 @@
Yandex
{% endif %}
-{% endif %}
+{% endif %}
\ No newline at end of file
diff --git a/templates/post/name.html b/templates/post/name.html
index fda086a5..00490df9 100644
--- a/templates/post/name.html
+++ b/templates/post/name.html
@@ -12,5 +12,5 @@
{% endif %}
{% if capcode %}
- {{ capcode.cap }}
+ {{ capcode.cap }}
{% endif %}