> Jakub Vrana wrote:
> Antony Dovgal wrote:
> >   change & to & in example form
> > -<form method="post"
action="attacktarget?errors=Y&amp;showerrors=1&amp;debug=1">
> > +<form method="post"
action="attacktarget?errors=Y&showerrors=1&debug=1">
> 
> Please revert this change.
> 
> You can use entities inside values of HTML attributes (to e.g. write
> quote inside it), so & has to be written as &amp;. It's common error
> ignored by most browsers, but correct is &amp;.

Yes, and if we want to be xhtml compliant someday this is required.

Reply via email to