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:
parent
d644cafae7
commit
1edf345d4d
|
@ -141,5 +141,6 @@
|
|||
img.width = size;
|
||||
img.height = size;
|
||||
img.src = url;
|
||||
img.alt = '';
|
||||
};
|
||||
}(jQuery));
|
||||
|
|
Loading…
Reference in New Issue