From 5ad0828ca33e7af402466b0e04db16c014428d1a Mon Sep 17 00:00:00 2001 From: Luben Tuikov Date: Mon, 30 Oct 2006 12:37:54 -0800 Subject: [PATCH] gitweb: esc_html() author in blame Blame fails for example on block/ll_rw_blk.c at v2.6.19-rc3. Signed-off-by: Luben Tuikov Signed-off-by: Junio C Hamano --- gitweb/gitweb.perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl index ec46b8091..bfadbe25c 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -2659,7 +2659,7 @@ HTML print "\n"; if ($group_size) { print " 1); print ">"; print $cgi->a({-href => href(action=>"commit", -- 2.30.2