> Jakub Vrana wrote: > Antony Dovgal wrote: > > change & to & in example form > > -<form method="post" action="attacktarget?errors=Y&showerrors=1&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 &. It's common error > ignored by most browsers, but correct is &.
Yes, and if we want to be xhtml compliant someday this is required.