1 $NetBSD: patch-an,v 1.1 2008/07/25 02:55:27 tonnerre Exp $
3 --- man/search.cgi.orig 2007-09-21 23:26:43.000000000 +0200
5 @@ -255,7 +255,8 @@ if (@rv == 1 && !$in{'check'}) {
8 # Display search results
9 -$for = join($in{'and'} ? " and " : " or ", map { "<tt>$_</tt>" } @for);
10 +$for = join($in{'and'} ? " and " : " or ", map { "<tt>" . &html_escape($_) .
12 &ui_print_header(&text('search_for', $for), $text{'search_title'}, "");
14 #@rv = sort { $b->[4] <=> $a->[4] } @rv;