diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-18 12:14:46 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-18 12:14:46 +0000 |
commit | 93e86f654fd8f7f98121452affd38b226f87588a (patch) | |
tree | 4a3536f6a5e3e1da24c683e31a6bc0e9d829c98e /doc/bugs | |
parent | 4b6b762327db71f8da8e052d50cc6501d3704060 (diff) |
web commit by JoshTriplett: Forms default to GET; need method="POST".
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/poll_plugin_uses_GET.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/bugs/poll_plugin_uses_GET.mdwn b/doc/bugs/poll_plugin_uses_GET.mdwn index 9adb6d870..adf51159a 100644 --- a/doc/bugs/poll_plugin_uses_GET.mdwn +++ b/doc/bugs/poll_plugin_uses_GET.mdwn @@ -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"`.
\ No newline at end of file |