summaryrefslogtreecommitdiff
path: root/actions/login.php
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-18 00:58:43 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-18 00:58:43 +0000
commit620d0594fc5603d42292fcc5d43ccf20366f4fe8 (patch)
tree1dcdedbe71c1add728a7f6c7b0cb8ad12f869a5a /actions/login.php
parentcb35bd606149d01ba533a5198b65e6d88f76c81d (diff)
Reusing @class form_settings
Diffstat (limited to 'actions/login.php')
-rw-r--r--actions/login.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/actions/login.php b/actions/login.php
index 224b30f6f..e92087a28 100644
--- a/actions/login.php
+++ b/actions/login.php
@@ -131,7 +131,6 @@ class LoginAction extends Action
{
$this->elementStart('form', array('method' => 'post',
'id' => 'form_login',
- 'class' => 'form_login',
'action' => common_local_url('login')));
$this->elementStart('fieldset');
$this->element('legend', null, _('Login to site'));