On Thu, 18 Mar 2004, Antony Dovgal wrote: > On Thu, 18 Mar 2004 15:53:08 +0100 > Jakub Vrana <[EMAIL PROTECTED]> 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 &. > > Example previous to this in the same file uses &: > <form method="post" action="attacktarget?username=badfoo&password=badfoo"> > > Should I change them both?
Yes please. Derick