mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 05:38:52 +00:00
Fixed bug #508734, URL on viewtopic.php wrong after using jumpbox
git-svn-id: file:///svn/phpbb/trunk@2032 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
9b69e6b50e
commit
a10203e49f
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
|
||||
<form method="post" name="jumpbox" action="{S_JUMPBOX_ACTION}">
|
||||
<form method="GET" name="jumpbox" action="{S_JUMPBOX_ACTION}">
|
||||
<table cellspacing="0" cellpadding="0" border="0">
|
||||
<tr>
|
||||
<td nowrap="nowrap"><span class="gensmall">{L_JUMP_TO}: {S_JUMPBOX_LIST}
|
||||
|
|
Loading…
Add table
Reference in a new issue