From d1953752abeb052e9245f8d7a975207466e79504 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Sat, 4 Jan 2025 23:15:14 +0100 Subject: [PATCH] image_identification.html: trim --- templates/post/image_identification.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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