diff options
author | justdave%syndicomm.com <> | 2003-09-29 05:42:33 +0200 |
---|---|---|
committer | justdave%syndicomm.com <> | 2003-09-29 05:42:33 +0200 |
commit | f7058a290d94c2e43ad966d5cdfeced9fece70d7 (patch) | |
tree | d64ff2c1b6a0529f2489805c94450ef854229a6d /template | |
parent | 86559d4282d5dfaceab273ac2faf42dbcca8226b (diff) | |
download | bugzilla-f7058a290d94c2e43ad966d5cdfeced9fece70d7.tar.gz bugzilla-f7058a290d94c2e43ad966d5cdfeced9fece70d7.tar.xz |
Bug 219086: use method="post" on the "My Votes" page to submit changes to votes
r=kiko, a=justdave
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/bug/votes/list-for-user.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/votes/list-for-user.html.tmpl b/template/en/default/bug/votes/list-for-user.html.tmpl index 1505713ff..e40dbce99 100644 --- a/template/en/default/bug/votes/list-for-user.html.tmpl +++ b/template/en/default/bug/votes/list-for-user.html.tmpl @@ -39,7 +39,7 @@ [% END %] [% IF products.size %] - <form action="votes.cgi"> + <form method="post" action="votes.cgi"> <input type="hidden" name="action" value="vote"> <table cellspacing="4"> <tr> |