diff options
Diffstat (limited to 'searx/templates/simple/preferences/results_on_new_tab.html')
| -rw-r--r-- | searx/templates/simple/preferences/results_on_new_tab.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/simple/preferences/results_on_new_tab.html b/searx/templates/simple/preferences/results_on_new_tab.html index 972485dcf..2e05bca01 100644 --- a/searx/templates/simple/preferences/results_on_new_tab.html +++ b/searx/templates/simple/preferences/results_on_new_tab.html @@ -8,7 +8,7 @@ {%- if preferences.get_value('results_on_new_tab') -%} checked {%- endif -%}{{- ' ' -}} - />{{- ' ' -}} + >{{- ' ' -}} </p>{{- '' -}} <div class="description"> {{- _('Open result links on new browser tabs') -}} |