]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.perl
gitweb: esc_html() author in blame
[Gitweb] / gitweb.perl
index 71d661ae5c5b2b5cc045f86983db40c9c0b59203053343245f3ce004674179df..0abc0b90d414fe114144c91d2747a801967d33b2f3b795185f5d52c2a991af49 100755 (executable)
@@ -2752,7 +2752,7 @@ HTML
                print "<tr class=\"$rev_color[$current_color]\">\n";
                if ($group_size) {
                        print "<td class=\"sha1\"";
-                       print " title=\"$author, $date\"";
+                       print " title=\"". esc_html($author) . ", $date\"";
                        print " rowspan=\"$group_size\"" if ($group_size > 1);
                        print ">";
                        print $cgi->a({-href => href(action=>"commit",
This page took 0.221659 seconds and 4 git commands to generate.