ikiwiki/doc/bugs/poll_plugin_uses_GET.mdwn

6 lines
328 B
Plaintext
Raw Normal View History

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