in reply to Re: Re: HTML Problem getting entities into a textarea
in thread HTML Problem getting entities into a textarea
From the sound of it, someone is doing some unecessary entity unescaping when the form is submitted. If a user types
but what ends up saved is<foo>
then there's a problem in your form processing logic.<foo>
|
|---|