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;.

Jakub Vrana

Reply via email to