From f9403ae99aa08bf9061446e34322132e8faef114 Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Tue, 27 Jan 2009 06:21:36 +0000 Subject: Keeping HTML consistent throughout the site. --- actions/profilesettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/profilesettings.php') diff --git a/actions/profilesettings.php b/actions/profilesettings.php index 6dd4775e5..82e6c3c82 100644 --- a/actions/profilesettings.php +++ b/actions/profilesettings.php @@ -83,7 +83,7 @@ class ProfilesettingsAction extends AccountSettingsAction $user = common_current_user(); $profile = $user->getProfile(); - $this->elementStart('form', array('method' => 'POST', + $this->elementStart('form', array('method' => 'post', 'id' => 'form_settings_profile', 'class' => 'form_settings', 'action' => common_local_url('profilesettings'))); -- cgit v1.2.3-54-g00ecf