mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Change method to post
git-svn-id: file:///svn/phpbb/trunk@2418 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
4ac4c7f969
commit
359f3e21cb
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<P>{L_SMILEY_TEXT}</p>
|
<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>
|
<tr>
|
||||||
<th class="thCornerL">{L_CODE}</th>
|
<th class="thCornerL">{L_CODE}</th>
|
||||||
<th class="thTop">{L_SMILE}</th>
|
<th class="thTop">{L_SMILE}</th>
|
||||||
|
|
Loading…
Add table
Reference in a new issue