From: Giuseppe Bilotta Date: Mon, 29 Jun 2009 22:00:54 +0000 (+0200) Subject: gitweb: add empty alt text to avatar img X-Git-Tag: v1.6.4-rc0~2^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7d25ef41c84850ec1405400efc95d78fa6523efc;p=git.git gitweb: add empty alt text to avatar img The empty alt text optimizes screen estate in text-only browsers. Signed-off-by: Giuseppe Bilotta Signed-off-by: Junio C Hamano --- diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl index 862ea99f8..6a1b5b5b4 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -1574,6 +1574,7 @@ sub git_get_avatar { "" . $post_white; } else { return "";