Hello
I am using the editor for users to enter text in a web application.
when the users enter some specific words eg. selected, upon saving it to the db, the text becomes selected="true".
similarly, if user enters disabled, it becomes disabled="true". Every time the user opens and saves the page, the '="true" part is appended to these words.
I guess the editor is treating them as html keywords. How can I stop it from doing so?
Please help me!
Pradnya