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 <ltuikov@yahoo.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:

committed by
Junio C Hamano

parent
56532fa147
commit
5ad0828ca3
@ -2659,7 +2659,7 @@ HTML
|
|||||||
print "<tr class=\"$rev_color[$current_color]\">\n";
|
print "<tr class=\"$rev_color[$current_color]\">\n";
|
||||||
if ($group_size) {
|
if ($group_size) {
|
||||||
print "<td class=\"sha1\"";
|
print "<td class=\"sha1\"";
|
||||||
print " title=\"$author, $date\"";
|
print " title=\"". esc_html($author) . ", $date\"";
|
||||||
print " rowspan=\"$group_size\"" if ($group_size > 1);
|
print " rowspan=\"$group_size\"" if ($group_size > 1);
|
||||||
print ">";
|
print ">";
|
||||||
print $cgi->a({-href => href(action=>"commit",
|
print $cgi->a({-href => href(action=>"commit",
|
||||||
|
Reference in New Issue
Block a user