]> git.deb.at Git - deb/packages.git/commitdiff
Fix "search in all architectures" link
authorFrank Lichtenheld <frank@lichtenheld.de>
Thu, 23 Nov 2006 22:22:29 +0000 (22:22 +0000)
committerFrank Lichtenheld <frank@lichtenheld.de>
Thu, 23 Nov 2006 22:22:29 +0000 (22:22 +0000)
templates/html/search_contents.tmpl

index 7b794ac18d80c850b25b2c9d14b8db6464609b3c..e916f0593fd71204edcdf18017760995cf95c785 100644 (file)
@@ -53,7 +53,7 @@
 [% END %]
 
 [% IF search_architectures.size == 1 %]
-<p>Search in <a href="[% make_search_url('',"keywords=$keyword_esc",arch,'') %]">all architectures</a>
+<p>Search in <a href="[% make_search_url('',"keywords=$keyword_esc",'arch','any') %]">all architectures</a>
 [% END %]
 
 </div>