diff options
Diffstat (limited to 'phpBB/templates')
-rw-r--r-- | phpBB/templates/subSilver/admin/smile_list_body.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/admin/smile_list_body.tpl b/phpBB/templates/subSilver/admin/smile_list_body.tpl index ce63bc83c0..ae85ad95eb 100644 --- a/phpBB/templates/subSilver/admin/smile_list_body.tpl +++ b/phpBB/templates/subSilver/admin/smile_list_body.tpl @@ -3,7 +3,7 @@ <P>{L_SMILEY_TEXT}</p> -<form method="get" action="{S_SMILEY_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> +<form method="post" action="{S_SMILEY_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> <tr> <th class="thCornerL">{L_CODE}</th> <th class="thTop">{L_SMILE}</th> |