]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/login.php
More space for the counter
[quix0rs-gnu-social.git] / actions / login.php
index 9fa501a5d9927f12414cfe5bd8ef7dbd05900277..11cf1f02a6e77b9bea67664acde0977205e34a6d 100644 (file)
@@ -223,7 +223,7 @@ class LoginAction extends Action
                                            'action' => common_local_url('login')));
         $this->elementStart('fieldset');
         $this->element('legend', null, _('Login to site'));
-        $this->elementStart('ul', 'form_datas');
+        $this->elementStart('ul', 'form_data');
         $this->elementStart('li');
         $this->input('nickname', _('Nickname'));
         $this->elementEnd('li');