diff options
author | David M <davidmj@users.sourceforge.net> | 2007-05-09 15:34:15 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2007-05-09 15:34:15 +0000 |
commit | 7ed471d3d55919d1ef9c7037b0969ab6c0365a39 (patch) | |
tree | dadab24df5b5878a893ce17b846870dcc5329cd2 | |
parent | 4bb112cd1ae250f6f7e971b8dfe260d3d2e5ae53 (diff) | |
download | forums-7ed471d3d55919d1ef9c7037b0969ab6c0365a39.tar forums-7ed471d3d55919d1ef9c7037b0969ab6c0365a39.tar.gz forums-7ed471d3d55919d1ef9c7037b0969ab6c0365a39.tar.bz2 forums-7ed471d3d55919d1ef9c7037b0969ab6c0365a39.tar.xz forums-7ed471d3d55919d1ef9c7037b0969ab6c0365a39.zip |
#10651
git-svn-id: file:///svn/phpbb/trunk@7512 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/styles/prosilver/template/jumpbox.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/jumpbox.html b/phpBB/styles/prosilver/template/jumpbox.html index 51c90bb18c..077362e306 100644 --- a/phpBB/styles/prosilver/template/jumpbox.html +++ b/phpBB/styles/prosilver/template/jumpbox.html @@ -1,6 +1,6 @@ <!-- IF S_DISPLAY_JUMPBOX --> - <form method="<!-- IF S_IN_MCP and S_MERGE_SELECT -->post<!-- ELSE -->get<!-- ENDIF -->" id="jumpbox" action="{S_JUMPBOX_ACTION}" onsubmit="if(document.jumpbox.f.value == -1){return false;}"> + <form method="post" id="jumpbox" action="{S_JUMPBOX_ACTION}" onsubmit="if(document.jumpbox.f.value == -1){return false;}"> <!-- IF U_POST_REPLY_TOPIC --> <p><a href="{U_VIEW_FORUM}" class="left-box left" accesskey="r">{L_RETURN_TO} {FORUM_NAME}</a></p> |