summaryrefslogtreecommitdiffstats
path: root/core/lostpassword/templates/email.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/lostpassword/templates/email.php')
-rw-r--r--core/lostpassword/templates/email.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/lostpassword/templates/email.php b/core/lostpassword/templates/email.php
index d146d8e4c37..bf025e41973 100644
--- a/core/lostpassword/templates/email.php
+++ b/core/lostpassword/templates/email.php
@@ -1 +1,2 @@
-<?php echo str_replace('{link}', $_['link'], $l->t('Use the following link to reset your password: {link}')) ?>
+<?php
+echo str_replace('{link}', $_['link'], $l->t('Use the following link to reset your password: {link}')) \ No newline at end of file