]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 219086: use method="post" on the "My Votes" page to submit changes to votes
authorjustdave%syndicomm.com <>
Mon, 29 Sep 2003 03:42:33 +0000 (03:42 +0000)
committerjustdave%syndicomm.com <>
Mon, 29 Sep 2003 03:42:33 +0000 (03:42 +0000)
r=kiko, a=justdave

template/en/default/bug/votes/list-for-user.html.tmpl

index 1505713ff12e3aa3b9d1ee5fbfb93fa3ca3aca16..e40dbce9979254912165fa53b8d71de6dceb8740 100644 (file)
@@ -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>