summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-06-15 14:10:00 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-06-15 14:10:00 +0200
commit5eb0dace8c680425165e36c0b6d64d0245841c3a (patch)
tree2013699d859846006a468eefa02c36578c2f1f55 /core
parentde3ed8e077f028d66dacb9bc9330e283342f2c66 (diff)
parent6170150ce0dccf9b238c0f5fd206133f13951e93 (diff)
downloadnextcloud-server-5eb0dace8c680425165e36c0b6d64d0245841c3a.tar.gz
nextcloud-server-5eb0dace8c680425165e36c0b6d64d0245841c3a.zip
Merge pull request #16802 from Brewal/master
Fixed "p" element containing a "div"
Diffstat (limited to 'core')
-rw-r--r--core/templates/login.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/templates/login.php b/core/templates/login.php
index b24c9cb07d0..1586c1117dd 100644
--- a/core/templates/login.php
+++ b/core/templates/login.php
@@ -30,13 +30,13 @@ script('core', [
<small><?php p($l->t('Please try again or contact your administrator.')); ?></small>
</div>
<?php endif; ?>
- <p id="message" class="hidden">
+ <div id="message" class="hidden">
<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>
- </p>
+ </div>
<p class="grouptop">
<input type="text" name="user" id="user"
placeholder="<?php p($l->t('Username')); ?>"