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

Probably as a result of how you're using it; maybe you have nested tags leading to the HTML escaping happening twice? Can you post a short example that demonstrates the problem you're seeing?

L.


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

Reply via email to