From 35ee1e902aea8b1db47e23270d72eb3734dc797a Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Fri, 4 Apr 2014 22:23:23 +0200 Subject: [PATCH] Replace echo with `p` or `print_unescaped` Using echo instead of `p` or `print_unescaped` is a bad style, to prevent people from copying it I've adjusted it. --- core/lostpassword/templates/resetpassword.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/core/lostpassword/templates/resetpassword.php b/core/lostpassword/templates/resetpassword.php index 0ab32acca6..881455f5a9 100644 --- a/core/lostpassword/templates/resetpassword.php +++ b/core/lostpassword/templates/resetpassword.php @@ -1,14 +1,14 @@ -
+
-

t('Your password was reset'); ?>

-

t('To login page'); ?>

+

t('Your password was reset')); ?>

+

t('To login page')); ?>

- +

- +