diff options
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/templates/Default/jumpbox.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/Default/jumpbox.tpl b/phpBB/templates/Default/jumpbox.tpl index 8141ca78dd..de3d93e8f5 100644 --- a/phpBB/templates/Default/jumpbox.tpl +++ b/phpBB/templates/Default/jumpbox.tpl @@ -1,5 +1,5 @@ <table cellspacing="0" cellpadding="0" border="0"> - <tr><form method="POST" action="{JUMPBOX_ACTION}"> + <tr><form method="GET" action="{JUMPBOX_ACTION}"> <td nowrap>Jump To:<select name="{SELECT_NAME}"><option value="-1">Select A Forum</option>{JUMPBOX_LIST}</select><input type="submit" value="Go"></td> </form></tr> </table>
\ No newline at end of file |
