diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-19 12:28:45 +0000 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-19 12:28:45 +0000 |
commit | 264ab53953d529680cea4df31ed125710bb26988 (patch) | |
tree | f31c6addf124ff4b1fdfab587d9ddc05b5f19477 /actions/profilesettings.php | |
parent | f2b06b8bbd56ce94d7b46ffcec36e2be3f260fe9 (diff) | |
parent | 838502dfd9894e409714c512f83179bab68446d7 (diff) |
Merge branch 'uiredesign' of /var/www/trunk into uiredesign
Diffstat (limited to 'actions/profilesettings.php')
-rw-r--r-- | actions/profilesettings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/profilesettings.php b/actions/profilesettings.php index 12251b83b..6dd4775e5 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, |