Remove space
This commit is contained in:
parent
4d7b0e9bb3
commit
842d6dad47
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li class="errors">
|
<li class="errors">
|
||||||
<?php echo $l->t('Security Warning!'); ?><br>
|
<?php echo $l->t('Security Warning!'); ?><br>
|
||||||
<small><?php echo $l->t("Please verify your password. <br/>For security reasons you may be occasionally asked to enter your password again. "); ?></small>
|
<small><?php echo $l->t("Please verify your password. <br/>For security reasons you may be occasionally asked to enter your password again."); ?></small>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p class="infield">
|
<p class="infield">
|
||||||
|
|
Loading…
Reference in a new issue