Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / sysutils / webmin / patches / patch-an
blob5e996f23e1d662e37f5f51128990c9ea5d2943c3
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
4 +++ man/search.cgi
5 @@ -255,7 +255,8 @@ if (@rv == 1 && !$in{'check'}) {
6         }
7  
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($_) .
11 +       "</tt>" } @for);
12  &ui_print_header(&text('search_for', $for), $text{'search_title'}, "");
13  if (@rv) {
14         #@rv = sort { $b->[4] <=> $a->[4] } @rv;