The following commit has been merged in the master branch:
commit 35c564d48a597ff33c053afdd7f136460cc18d99
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date:   Sat Jun 21 01:18:02 2008 +0200

    html/search.tmpl: Fix link to general search
    
    Reported by Laurent Léonard <laurent -at- open-minds org>

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 %]
 <p>[% g('<a href="%s">Some</a> results have not been displayed due to the 
search parameters.',
-       "$search_url$keyword_esc") %]</p>
+       "$search_url?keywords=$keyword_esc") %]</p>
 [% END %]
 </div>
 

-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to