mirror of
https://github.com/nextcloud/server.git
synced 2026-04-29 18:11:41 -04:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -141,5 +141,6 @@
|
|||
img.width = size;
|
||||
img.height = size;
|
||||
img.src = url;
|
||||
img.alt = '';
|
||||
};
|
||||
}(jQuery));
|
||||
|
|
|
|||
Loading…
Reference in a new issue