summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-09-29 18:14:39 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2017-09-29 18:14:39 +0200
commit753c6fd07bebcd7ca709aafb6b9358603318e441 (patch)
tree62fa54b8e4c5cf9a6f6f4a24602bd9ab57c0d88c
parent2840eb0e1d00bf8d980c054f5f6896c07bf8b563 (diff)
downloadnextcloud-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.php2
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>