I have some javascript and when I edit the file cuteedit changes the format How do I stop this?
Before
fadeInQuotes[0] = "Independence...<br />doesn't have to mean<br />being alone";
After
fadeInQuotes[0] = "Independence...<br />
doesn't have to mean<br />
being alone";
I have this set
DisableAutoFormatting
="true"