commit | 7d25ef41c84850ec1405400efc95d78fa6523efc | [log] [tgz] |
---|---|---|
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | Tue Jun 30 00:00:54 2009 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Jun 30 11:06:37 2009 -0700 |
tree | 2832bdefcb8dd5d94a42c9ef496952eb1277362f | |
parent | 679a1a1d420616be1647bdf8b2e93f1f86c7bdae [diff] [blame] |
gitweb: add empty alt text to avatar img The empty alt text optimizes screen estate in text-only browsers. Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl index 862ea99..6a1b5b5 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl
@@ -1574,6 +1574,7 @@ "<img width=\"$size\" " . "class=\"avatar\" " . "src=\"$url\" " . + "alt=\"\" " . "/>" . $post_white; } else { return "";