From 842d6dad47f90730bcc0ac04b36891dfe119eb2a Mon Sep 17 00:00:00 2001 From: Lukas Reschke <lukas@statuscode.ch> Date: Mon, 15 Oct 2012 16:27:15 +0200 Subject: [PATCH] Remove space --- core/templates/verify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/templates/verify.php b/core/templates/verify.php index 7be0d69ed0..600eaca05b 100644 --- a/core/templates/verify.php +++ b/core/templates/verify.php @@ -3,7 +3,7 @@ <ul> <li class="errors"> <?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> </ul> <p class="infield"> -- GitLab