aboutsummaryrefslogtreecommitdiff
path: root/views/default/account/forms/forgotten_password.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/account/forms/forgotten_password.php')
-rw-r--r--views/default/account/forms/forgotten_password.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/account/forms/forgotten_password.php b/views/default/account/forms/forgotten_password.php
index 2fe2bc9d9..48fafe4d8 100644
--- a/views/default/account/forms/forgotten_password.php
+++ b/views/default/account/forms/forgotten_password.php
@@ -15,7 +15,7 @@ $form_body .= "<p>" . elgg_view('input/submit', array('value' => elgg_echo('requ
echo elgg_view('input/form', array(
'action' => "action/user/requestnewpassword",
'body' => $form_body,
- 'class' => "margin_top"
+ 'class' => "margin-top"
));
?>