summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/votes/list-for-user.html.tmpl
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2003-09-29 05:42:33 +0200
committerjustdave%syndicomm.com <>2003-09-29 05:42:33 +0200
commitf7058a290d94c2e43ad966d5cdfeced9fece70d7 (patch)
treed64ff2c1b6a0529f2489805c94450ef854229a6d /template/en/default/bug/votes/list-for-user.html.tmpl
parent86559d4282d5dfaceab273ac2faf42dbcca8226b (diff)
downloadbugzilla-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/en/default/bug/votes/list-for-user.html.tmpl')
-rw-r--r--template/en/default/bug/votes/list-for-user.html.tmpl2
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>