From 35c564d48a597ff33c053afdd7f136460cc18d99 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Sat, 21 Jun 2008 01:18:02 +0200 Subject: [PATCH] html/search.tmpl: Fix link to general search MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reported by Laurent Léonard --- templates/html/search.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/html/search.tmpl b/templates/html/search.tmpl index d28efc1..3cd004c 100644 --- a/templates/html/search.tmpl +++ b/templates/html/search.tmpl @@ -67,7 +67,7 @@ [% IF opts.searchon == "names" && non_results %]

[% g('Some results have not been displayed due to the search parameters.', - "$search_url$keyword_esc") %]

+ "$search_url?keywords=$keyword_esc") %]

[% END %] -- 2.39.2