addressing #14982 self-closing tags ending slash doesn't have a purpose & should be removed
parent
25b77159c4
commit
6ad76b5cc2
@ -1,10 +1,10 @@ |
||||
<ul> |
||||
<li class='update'> |
||||
<?php p($l->t('This ownCloud instance is currently in single user mode.')) ?><br /><br />
|
||||
<?php p($l->t('This means only administrators can use the instance.')) ?><br /><br />
|
||||
<?php p($l->t('This ownCloud instance is currently in single user mode.')) ?><br><br>
|
||||
<?php p($l->t('This means only administrators can use the instance.')) ?><br><br>
|
||||
<?php p($l->t('Contact your system administrator if this message persists or appeared unexpectedly.')) ?> |
||||
<br /><br /> |
||||
<?php p($l->t('Thank you for your patience.')); ?><br /><br />
|
||||
<br><br> |
||||
<?php p($l->t('Thank you for your patience.')); ?><br><br>
|
||||
<a class="button" <?php print_unescaped(OC_User::getLogoutAttribute()); ?>><?php p($l->t('Log out')); ?></a>
|
||||
</li> |
||||
</ul> |
||||
|
||||
@ -1,8 +1,8 @@ |
||||
<ul> |
||||
<li class='update'> |
||||
<?php p($l->t('This %s instance is currently in maintenance mode, which may take a while.', array($theme->getName()))) ?><br/><br/>
|
||||
<?php p($l->t('This page will refresh itself when the %s instance is available again.', array($theme->getName()))) ?><br/><br/>
|
||||
<?php p($l->t('Contact your system administrator if this message persists or appeared unexpectedly.')) ?><br/><br/>
|
||||
<?php p($l->t('Thank you for your patience.')); ?><br/><br/>
|
||||
<?php p($l->t('This %s instance is currently in maintenance mode, which may take a while.', array($theme->getName()))) ?><br><br>
|
||||
<?php p($l->t('This page will refresh itself when the %s instance is available again.', array($theme->getName()))) ?><br><br>
|
||||
<?php p($l->t('Contact your system administrator if this message persists or appeared unexpectedly.')) ?><br><br>
|
||||
<?php p($l->t('Thank you for your patience.')); ?><br><br>
|
||||
</li> |
||||
</ul> |
||||
|
||||
Loading…
Reference in new issue