From d7f37fc752418661e0dadae8dfc40f07e7603740 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 12 Feb 2011 17:10:30 +0000 Subject: clean up the last few commits git-svn-id: http://code.elgg.org/elgg/trunk@8165 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/core/account/login_walled_garden.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'views/default/core/account/login_walled_garden.php') diff --git a/views/default/core/account/login_walled_garden.php b/views/default/core/account/login_walled_garden.php index 7b298a8c5..6bd028da6 100644 --- a/views/default/core/account/login_walled_garden.php +++ b/views/default/core/account/login_walled_garden.php @@ -36,11 +36,11 @@ __HTML; } ?> " . elgg_echo('user:password:text') . "

"; - $lostpassword_form_body .= "

"; + $lostpassword_form_body = "
" . elgg_echo('user:password:text') . "
"; + $lostpassword_form_body .= "
"; $lostpassword_form_body .= elgg_view('input/captcha'); - $lostpassword_form_body .= "

" . elgg_view('input/submit', array('value' => elgg_echo('request'))) . "

"; + $lostpassword_form_body .= "
" . elgg_view('input/submit', array('value' => elgg_echo('request'))) . "
"; ?>