Using lowercase for form action 'post'

This commit is contained in:
Sarven Capadisli 2009-05-30 19:47:05 +00:00
parent 08b98a3d4d
commit 36fe5a85b2
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ class DesignsettingsAction extends AccountSettingsAction
function showContent()
{
$user = common_current_user();
$this->elementStart('form', array('method' => 'POST',
$this->elementStart('form', array('method' => 'post',
'id' => 'form_settings_design',
'class' => 'form_settings',
'action' =>