On Fri, Jul 11, 2008 at 9:43 AM, rcs_comp <[EMAIL PROTECTED]> wrote:
>
> in html.tags the form function has 'POST' for the default method,
> which is invalid xhtml.  I changed it to:
>
> def form(url, method="post",...
>
> and all is well.

Is it really?  Does the browser convert it to POST before sending the
HTTP request?  Just want to make sure I don't break anything before
lowercasing it (and all the other methods in the function).

-- 
Mike Orr <[EMAIL PROTECTED]>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to