forked from GNUsocial/gnu-social
Using lowercase for form action 'post'
This commit is contained in:
parent
08b98a3d4d
commit
36fe5a85b2
@ -70,7 +70,7 @@ class DesignsettingsAction extends AccountSettingsAction
|
|||||||
function showContent()
|
function showContent()
|
||||||
{
|
{
|
||||||
$user = common_current_user();
|
$user = common_current_user();
|
||||||
$this->elementStart('form', array('method' => 'POST',
|
$this->elementStart('form', array('method' => 'post',
|
||||||
'id' => 'form_settings_design',
|
'id' => 'form_settings_design',
|
||||||
'class' => 'form_settings',
|
'class' => 'form_settings',
|
||||||
'action' =>
|
'action' =>
|
||||||
|
Loading…
Reference in New Issue
Block a user