On Fri, 24 Sep 2010, Giuseppe Bilotta wrote: > --- a/gitweb/gitweb.perl > +++ b/gitweb/gitweb.perl > @@ -5190,7 +5190,7 @@ sub git_summary { > @url_list = map { "$_/$project" } @git_base_url_list unless @url_list; > foreach my $git_url (@url_list) { > next unless $git_url; > - print "<tr class=\"metadata_url\"><td>$url_tag</td><td>$git_url</td></tr>\n"; > + print git_repo_url($url_tag, $git_url); > $url_tag = ""; > } I think this patch should be squashed together with previous one. FWIW, ACK (after squashing of course). -- Jakub Narebski Poland -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html