diff --git a/searx/templates/simple/result_templates/images.html b/searx/templates/simple/result_templates/images.html index da7e34969..7e45f028e 100644 --- a/searx/templates/simple/result_templates/images.html +++ b/searx/templates/simple/result_templates/images.html @@ -1,6 +1,6 @@
{{- "" -}} {{- "" -}} - {{ result.title|striptags }}{{- "" -}} + {{ result.title|striptags }}{{- "" -}} {{ result.title|striptags }}{{- "" -}} {{- "" -}}
{{- "" -}} @@ -9,9 +9,9 @@ {{ icon('chevron-right') }}{{- "" -}} {%- if result.thumbnail_src -%} - {{ result.title|striptags }} + {{ result.title|striptags }} {%- else -%} - {{ result.title|striptags }} + {{ result.title|striptags }} {%- endif -%} {{- "" -}}
{{- "" -}}