From 743353dd09cd2c0cc29ec30ddd11a2c841f6e6c3 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Mon, 31 Jan 2022 12:00:11 +0100 Subject: [PATCH] [simple] add aria-label to preferences link --- searx/templates/simple/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/templates/simple/base.html b/searx/templates/simple/base.html index 2bb7d8b2a..33b7a2cbe 100644 --- a/searx/templates/simple/base.html +++ b/searx/templates/simple/base.html @@ -49,7 +49,7 @@ {% block linkto_preferences %} {% from 'simple/icons.html' import icon_big %} - + {% endblock %} {% block header %} {% endblock %}