From 0b3724651eadade974a01902ca2c376a01325f53 Mon Sep 17 00:00:00 2001 From: Markus Date: Mon, 16 Sep 2024 15:46:35 +0200 Subject: [PATCH] [fix] simple template: drop useless ``aria-labelledby`` attributes This patch removes the ``aria-labelledby`` attributes for which there is no tag with the corresponding ID. Reported-by: @glanham-jr https://github.com/searxng/searxng/issues/3793#issuecomment-2351689483 Signed-off-by: Markus --- searx/templates/simple/preferences.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/searx/templates/simple/preferences.html b/searx/templates/simple/preferences.html index c04d442f2..825a98fe2 100644 --- a/searx/templates/simple/preferences.html +++ b/searx/templates/simple/preferences.html @@ -8,7 +8,7 @@ {%- macro tab_header(name, id, label, checked) -%} -
+
{%- endmacro -%} {%- macro tab_footer() -%} @@ -90,7 +90,7 @@ {{- '' -}} {%- if stats[engine_name].time != None -%} {{- stats[engine_name].time -}}{{- '' -}} -