On Thu, 18 Mar 2004 15:53:08 +0100
Jakub Vrana <[EMAIL PROTECTED]> wrote:

> Antony Dovgal wrote:
> >   change &amp; 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;.

Example previous to this in the same file uses &:
<form method="post" action="attacktarget?username=badfoo&password=badfoo">

Should I change them both?

---
WBR,
Antony Dovgal aka tony2001
[EMAIL PROTECTED] || [EMAIL PROTECTED]

Reply via email to