summaryrefslogtreecommitdiff
path: root/actions/login.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/login.php')
-rw-r--r--actions/login.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/login.php b/actions/login.php
index e92087a28..c213e2ab5 100644
--- a/actions/login.php
+++ b/actions/login.php
@@ -131,6 +131,7 @@ class LoginAction extends Action
{
$this->elementStart('form', array('method' => 'post',
'id' => 'form_login',
+ 'class' => 'form_settings',
'action' => common_local_url('login')));
$this->elementStart('fieldset');
$this->element('legend', null, _('Login to site'));