Editor inserting quotes in the incorrect place!

  •  04-16-2009, 4:34 AM

    Editor inserting quotes in the incorrect place!

    Hi
     
    I just upgraded from 6.1 to the latest 6.3 and have found that the editor is screwing up HTML code it previously left. Before you ask.... yes i have tried it on http://cutesoft.net/example/general.aspx
     
    <style>
    <!---
    #main
    { background: #FFF url(previewfile.ashx?id=131946) repeat-y;
    color: #5A6370;
    }
    --->
    </style>
    is being changed to
     
    <style>
    <!--- #main
    { background: #FFF url(previewfile.ashx? id="131946)" repeat-y;
    color: #5A6370;
    }
    --->
    </style>
     
    Any chance of a fix ASAP, because my editors are getting irate and want me to revert back to a previous version. Which means i will have to undo other code which relies on new features/fixes. Not something i fancy doing!
     
    Thanks
View Complete Thread