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