We have added TinyMCE and it works great.
In our code we use the encode function to make mailto links:
{encode="[email protected]" title="[email protected]"}
The issue is that TinyMCE is converting the ” to the HTML entity " as I would expect it to.
How do I tell TinyMCE to ignore this specific set of quotes.
I see mention of a “code” tag in the forums but my experimentation with it has not provided any solutions.