add missing alt attribute to spinner

This commit is contained in:
Jan-Christoph Borchardt 2014-11-06 12:09:48 +01:00
parent 3329492766
commit 764f51c976
1 changed files with 2 additions and 1 deletions

View File

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