]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/openidsettings.php
Extract image management code to a helper function
[quix0rs-gnu-social.git] / actions / openidsettings.php
index 126d2c992248826e1b22ef5dd4af3f09364c2d7c..92469d20f89a1af6046a09b6ff27e6a2eed02902 100644 (file)
@@ -95,7 +95,7 @@ class OpenidsettingsAction extends AccountSettingsAction
         $this->element('p', 'form_guide',
                        _('If you want to add an OpenID to your account, ' .
                          'enter it in the box below and click "Add".'));
-        $this->elementStart('ul', 'form_datas');
+        $this->elementStart('ul', 'form_data');
         $this->elementStart('li');
         $this->element('label', array('for' => 'openid_url'),
                        _('OpenID URL'));