diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-11-06 12:09:48 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-11-06 12:09:48 +0100 |
commit | 764f51c9763ee416b5e80a007516931c88ae2a87 (patch) | |
tree | 4dfbeb31625e6f69fe83ec0ee13dd1742b9daf4c /core/templates/login.php | |
parent | 3329492766278e1c2af954cfb87c9c8424530170 (diff) | |
download | nextcloud-server-764f51c9763ee416b5e80a007516931c88ae2a87.tar.gz nextcloud-server-764f51c9763ee416b5e80a007516931c88ae2a87.zip |
add missing alt attribute to spinner
Diffstat (limited to 'core/templates/login.php')
-rw-r--r-- | core/templates/login.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/templates/login.php b/core/templates/login.php index ad9db14bac1..425c3db75c8 100644 --- a/core/templates/login.php +++ b/core/templates/login.php @@ -14,7 +14,8 @@ </div> <?php endif; ?> <p id="message" class="hidden"> - <img class="float-spinner" src="<?php p(\OCP\Util::imagePath('core', 'loading-dark.gif'));?>"/> + <img class="float-spinner" alt="" + src="<?php p(\OCP\Util::imagePath('core', 'loading-dark.gif'));?>" /> <span id="messageText"></span> <!-- the following div ensures that the spinner is always inside the #message div --> <div style="clear: both;"></div> |