XHTML property duplicates the string when it is between two ampersand characters

  •  06-18-2009, 4:43 PM

    XHTML property duplicates the string when it is between two ampersand characters

    If you run the following code for cute editor.
     
    cuteEditor1.XHTML = "& test &";
     
    The value of XHTML property is changed to "& test & test &". Is this a bug? What is the workaround?
View Complete Thread