Browse Source
Use empty alt tag for avatars since there is always the name next to it
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/10867/head
Joas Schilling
7 years ago
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with
1 additions and
0 deletions
-
core/js/jquery.avatar.js
|
|
|
@ -141,5 +141,6 @@ |
|
|
|
img.width = size; |
|
|
|
img.height = size; |
|
|
|
img.src = url; |
|
|
|
img.alt = ''; |
|
|
|
}; |
|
|
|
}(jQuery)); |