From c7bb6945d193a250e0469dd05370cf6f2f18b946 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sat, 27 Nov 2021 13:46:41 +0100 Subject: [PATCH] [fix] simple theme: img tile, shows duplicate information on screen Remove global title attribute from img tag[1][2] . In the image result, the title is already shown from span class title:: {{ result.title|striptags }} See commit: 8fbffb1409b [fix] simple-theme templates: polish HTML elements [1] https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img [2] https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes#attr-title Reported-by: @dalf https://github.com/searxng/searxng/pull/545#issuecomment-980531215 Signed-off-by: Markus Heiser --- searx/templates/simple/result_templates/images.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 @@