Bug in snippets

  •  09-13-2007, 2:15 PM

    Bug in snippets

    Adding this snippet;
     
    new CuteEditor.RichListItem("Script", "", "<script>alert('test');</script>");
     
    Inserts nothing, it should insert the script in HTML...
     
    new CuteEditor.RichListItem("Script", "", "test<script>alert('test');</script>");
     
    This does insert everything.
     
    (EnableStripScriptTags = false btw)
View Complete Thread