Hi
I am having a major problem with the automatic inserting of quotes.
Originally I thought it was just related to one of our tags we were using in our CMS system.
However now I have found it affects javascript code and meta tags too.
Basically when you have an = within some "" then the editor tends to add some more quotes therefore mucking up the HTML.
Try doing it with
<meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<a href="[acms:wiggle test=wiggle]">
or in javascript
var wiggle = "wigglge figgle=jiggle";
All of these add extra quotes within the quotes already there.
Is it possible for you to stop it adding quotes when already within quotes?
We have not been able to upgrade yet due to this behavour.
Thanks