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
parent
commit
1edf345d4d
No known key found for this signature in database GPG Key ID: 7076EA9751AACDDA
  1. 1
      core/js/jquery.avatar.js

1
core/js/jquery.avatar.js

@ -141,5 +141,6 @@
img.width = size;
img.height = size;
img.src = url;
img.alt = '';
};
}(jQuery));
Loading…
Cancel
Save