diff --git a/core/lostpassword/templates/email.php b/core/lostpassword/templates/email.php
index bf025e419735da7754aa961de9e6c64a4fb111c0..b65049feffea2af609daefcab9f824c68cc95ee6 100644
--- a/core/lostpassword/templates/email.php
+++ b/core/lostpassword/templates/email.php
@@ -1,2 +1,2 @@
 <?php
-echo str_replace('{link}', $_['link'], $l->t('Use the following link to reset your password: {link}'))
\ No newline at end of file
+echo str_replace('{link}', $_['link'], $l->t('Use the following link to reset your password: {link}'));
\ No newline at end of file