From d28a1c434f67f5fea332d36d553d75276c76f44a Mon Sep 17 00:00:00 2001 From: Bnyro Date: Fri, 10 Oct 2025 18:01:36 +0200 Subject: [PATCH] [fix] no results error dialog: link to preferences doesn't work if searxng is hosted as subdirectory --- searx/templates/simple/messages/no_results.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/templates/simple/messages/no_results.html b/searx/templates/simple/messages/no_results.html index fb863cb9c..cca934c95 100644 --- a/searx/templates/simple/messages/no_results.html +++ b/searx/templates/simple/messages/no_results.html @@ -18,7 +18,7 @@ {%- if pageno == 1 -%}
  • {{ _("Refresh the page.") }}
  • {{- '' -}}
  • {{ _("Search for another query or select another category (above).") }}
  • {{- '' -}} -
  • {{ _("Change the search engine used in the preferences:") }} /preferences
  • {{- '' -}} +
  • {{ _("Change the search engine used in the preferences:") }} /preferences
  • {{- '' -}}
  • {{ _("Switch to another instance:") }} https://searx.space
  • {{- '' -}} {%- else -%}
  • {{ _("Search for another query or select another category.") }}
  • {{- '' -}}