diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-09-29 18:14:39 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-09-29 18:14:39 +0200 |
commit | 753c6fd07bebcd7ca709aafb6b9358603318e441 (patch) | |
tree | 62fa54b8e4c5cf9a6f6f4a24602bd9ab57c0d88c | |
parent | 2840eb0e1d00bf8d980c054f5f6896c07bf8b563 (diff) | |
download | nextcloud-server-753c6fd07bebcd7ca709aafb6b9358603318e441.tar.gz nextcloud-server-753c6fd07bebcd7ca709aafb6b9358603318e441.zip |
Add alt text to app icons in header
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
-rw-r--r-- | core/templates/layout.user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 6b9db9389ba..98cd8d6c281 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -55,7 +55,7 @@ tabindex="3" <?php if ($entry['active']): ?> class="active"<?php endif; ?>> <img src="<?php print_unescaped($entry['icon'] . '?v=' . $_['versionHash']); ?>" - class="app-icon"/> + class="app-icon" alt="<?php p($entry['name']); ?>" /> <div class="icon-loading-small-dark" style="display:none;"></div> </a> |