Junio C Hamano wrote: > Speaking of -title, I see "sub git_project_list_body" does this: > > $cgi->a({ ... -title => $pr->{'descr_long'}}, esc_html($pr->{'descr'})); > > which seems inconsistent with the earlier quoted $fullname > handling (unless $pr->{'descr_long'} is already quoted and $pr->{'descr'} > is not, which I find highly unlikely). CGI::a() subroutine automatically quotes properly _attribute_ values, but it does not (and it should not) quote _contents_ of a tag. So the above code is correct. -- 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