gitweb: Change to use explicitly function call cgi->escapHTML()
commitc390ae97beb9e8cdab159b593ea9659e8096c4db
authorLi Yang <leoli@freescale.com>
Tue, 6 Mar 2007 03:58:56 +0000 (6 11:58 +0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 6 Mar 2007 11:08:06 +0000 (6 03:08 -0800)
treebced93121fd44bb7cc7985de396f0d3d93c489eb
parentba66c58637734a7a70196515a43328c2e92016c8
gitweb: Change to use explicitly function call cgi->escapHTML()

Change to use explicitly function call cgi->escapHTML().
This fix the problem on some systems that escapeHTML() is not
functioning, as default CGI is not setting 'escape' parameter.

Signed-off-by: Li Yang <leoli@freescale.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.perl