diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-18 00:58:43 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-18 00:58:43 +0000 |
commit | 620d0594fc5603d42292fcc5d43ccf20366f4fe8 (patch) | |
tree | 1dcdedbe71c1add728a7f6c7b0cb8ad12f869a5a /actions | |
parent | cb35bd606149d01ba533a5198b65e6d88f76c81d (diff) |
Reusing @class form_settings
Diffstat (limited to 'actions')
-rw-r--r-- | actions/login.php | 1 |
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')); |