Add alt text to app icons in header

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2017-09-29 18:14:39 +02:00
parent 2840eb0e1d
commit 753c6fd07b
1 changed files with 1 additions and 1 deletions

View File

@ -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>