From eb3f50101f2459b563c7107717f93cf92cd2163c Mon Sep 17 00:00:00 2001 From: ewinslow Date: Thu, 10 Feb 2011 23:07:01 +0000 Subject: .disabled => .elgg-state-disabled (core only) git-svn-id: http://code.elgg.org/elgg/trunk@8096 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/core/account/login_walled_garden.php | 4 ++-- 1 file changed, 2 insertions(+), 2 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 feda2f047..c6eaf4f19 100644 --- a/views/default/core/account/login_walled_garden.php +++ b/views/default/core/account/login_walled_garden.php @@ -39,7 +39,7 @@ __HTML; $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'))) . "

"; ?>