The html:textarea will escape html special characters to html
entities. Inputing an & will give a string with &. Fair enough. 
But why does inputting a < or > give you &amp;lt; instead of &lt; ?

Kjersti

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to