Thread (6 messages) flat view 6 messages, 3 authors, 2016-06-15

Re: [RFC][PATCH] gitweb: Make the Git logo link target to point to the homepage

From: Jakub Narebski <hidden>
Date: 2016-06-15 22:42:41

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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help