- {{- checkbox_onoff_reversed('plugin_' + plugin.id, plugin.id not in allowed_plugins) -}}
+ {{- checkbox_onoff_reversed('plugin_' + plugin.id, plugin.id not in allowed_plugins, 'plugin_labelledby' + plugin.id) -}}
{{- '' -}}
-
+
{{- _(plugin.description) -}}
{{- '' -}}
diff --git a/searx/templates/simple/preferences/answerers.html b/searx/templates/simple/preferences/answerers.html
index 98ae61830..983646ae9 100644
--- a/searx/templates/simple/preferences/answerers.html
+++ b/searx/templates/simple/preferences/answerers.html
@@ -33,10 +33,10 @@
{%- for plugin in plugins -%}
{%- if plugin.preference_section == 'query' -%}
{{- '' -}}
- {{- checkbox_onoff_reversed('plugin_' + plugin.id, plugin.id not in allowed_plugins) -}} | {{- '' -}}
+ {{- checkbox_onoff_reversed('plugin_' + plugin.id, plugin.id not in allowed_plugins, 'plugin_labelledby' + plugin.id) -}} | {{- '' -}}
{{ plugin.query_keywords|join(', ') }} | {{- '' -}}
{{ _(plugin.name) }} | {{- '' -}}
- {{ _(plugin.description) }} | {{- '' -}}
+ {{ _(plugin.description) }} | {{- '' -}}
{{ plugin.query_examples }} | {{- '' -}}
{%- endif -%}