Junio C Hamano wrote: > - "<a href=\"http://www.kernel.org/pub/software/scm/git/docs/\" title=\"git documentation\">" . > + "<a href=\"" . esc_html($githelp_url) . > + "\" title=\"" . esc_html($githelp_label) . > + "\">" . Why not use $cgi->a_begin({-href=>esc_param($githelp_url), -title=>$githelp_label}); or just plain $cgi->a and $cgi->img? -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - 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