Merge pull request #16802 from Brewal/master

Fixed "p" element containing a "div"
This commit is contained in:
Thomas Müller 2015-06-15 14:10:00 +02:00
commit 5eb0dace8c
1 changed files with 2 additions and 2 deletions

View File

@ -30,13 +30,13 @@ script('core', [
<small><?php p($l->t('Please try again or contact your administrator.')); ?></small> <small><?php p($l->t('Please try again or contact your administrator.')); ?></small>
</div> </div>
<?php endif; ?> <?php endif; ?>
<p id="message" class="hidden"> <div id="message" class="hidden">
<img class="float-spinner" alt="" <img class="float-spinner" alt=""
src="<?php p(\OCP\Util::imagePath('core', 'loading-dark.gif'));?>"> src="<?php p(\OCP\Util::imagePath('core', 'loading-dark.gif'));?>">
<span id="messageText"></span> <span id="messageText"></span>
<!-- the following div ensures that the spinner is always inside the #message div --> <!-- the following div ensures that the spinner is always inside the #message div -->
<div style="clear: both;"></div> <div style="clear: both;"></div>
</p> </div>
<p class="grouptop"> <p class="grouptop">
<input type="text" name="user" id="user" <input type="text" name="user" id="user"
placeholder="<?php p($l->t('Username')); ?>" placeholder="<?php p($l->t('Username')); ?>"