зеркало из https://github.com/microsoft/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 <giuseppe.bilotta@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
679a1a1d42
Коммит
7d25ef41c8
|
@ -1574,6 +1574,7 @@ sub git_get_avatar {
|
|||
"<img width=\"$size\" " .
|
||||
"class=\"avatar\" " .
|
||||
"src=\"$url\" " .
|
||||
"alt=\"\" " .
|
||||
"/>" . $post_white;
|
||||
} else {
|
||||
return "";
|
||||
|
|
Загрузка…
Ссылка в новой задаче