web commit by JoshTriplett: Forms default to GET; need method="POST".

master
joey 2006-12-18 12:14:46 +00:00
parent 4b6b762327
commit 93e86f654f
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
The [[plugins/poll]] plugin uses GET for the vote links. As a result, the
[[news/openid]] poll has a number of votes from Google. :)
[[bugs/done]] -- [[Joey]]
done -- [[Joey]]
Not quite; [the `<form>` `method` attribute defaults to GET](http://www.w3.org/TR/html401/interact/forms.html#adef-method). The forms each need the attribute `method="POST"`.