Use empty alt tag for avatars since there is always the name next to it

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2018-08-26 18:29:02 +02:00
parent d644cafae7
commit 1edf345d4d
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with 1 additions and 0 deletions

View File

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