X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fprofilesettings.php;h=6dd4775e5a036455788d8df6f731db1856e9acae;hb=bc15d027a804e60e76bdaf6fd47e69d41b395e7e;hp=12251b83b38b3ec3152e1e8d2dd9ef6356a8d178;hpb=71d5c6335f73ddac5bafc1bdad09bda602f91ff7;p=quix0rs-gnu-social.git diff --git a/actions/profilesettings.php b/actions/profilesettings.php index 12251b83b3..6dd4775e5a 100644 --- a/actions/profilesettings.php +++ b/actions/profilesettings.php @@ -93,7 +93,7 @@ class ProfilesettingsAction extends AccountSettingsAction # too much common patterns here... abstractable? - $this->elementStart('ul', 'form_datas'); + $this->elementStart('ul', 'form_data'); $this->elementStart('li'); $this->input('nickname', _('Nickname'), ($this->arg('nickname')) ? $this->arg('nickname') : $profile->nickname,