$NetBSD: patch-ap,v 1.1 2008/07/25 02:55:27 tonnerre Exp $ --- webminlog/search.cgi.orig 2007-09-21 23:26:52.000000000 +0200 +++ webminlog/search.cgi @@ -91,7 +91,8 @@ $searchmsg = join(" ", if (@match) { if ($in{'sid'}) { print "",&text('search_sid', "$match[0]->{'user'}", - "$in{'sid'}")," ..

\n"; + "" . &html_escape($in{'sid'}) . ""), + " ..

\n"; } elsif ($in{'uall'} == 1 && $in{'mall'} && $in{'tall'}) { print "$text{'search_critall'} ..

\n";