aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/poll_plugin_uses_GET.mdwn
blob: 0538aaa93ba915f74a87f41ae914dece1c2777ae (plain)
1
2
3
4
5
6
7
8
The [[plugins/poll]] plugin uses GET for the vote links.  As a result, the
[[news/openid]] poll has a number of votes from Google. :)

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"`.

[[bugs/done]] -- [[Joey]]