On 9/13/06, Dave Crossland <[EMAIL PROTECTED]> wrote:
> Hi,
>
> While validating my XHTML pages I got an error from the Mailer Behavior:
>
> # Build the html form tag...
> results = %Q(<form action="#{ url }" method="POST"
>
> can be
>
> # Build the html form tag...
> results = %Q(<form action="#{ url }" method="post"
>
> and it validates. I'm not sure why it is capitalised? :-)
The HTTP 1.1 spec says it needs to be:
http://www.w3.org/Protocols/rfc2616/rfc2616-sec5.html#sec5.1.1
I can't imagine how that would affect validation. What is the
validation error you were/are getting?
-Tom
_______________________________________________
Radiant mailing list
Post: [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site: http://lists.radiantcms.org/mailman/listinfo/radiant