It seems the HtmlEditorExtender is adding a '&' when users enter '<' or '>':
* '>' ==> '&>'
* '<' ==> '&<'
Thanks for your help.
Configuration:
* IE 10
* VS2013
* .Net 4.5
* Web site with web forms
Comments: To have a better view of my problem, can you go to the sample site: [http://ajaxcontroltoolkit.devexpress.com/HtmlEditorExtender/HtmlEditorExtender.aspx](http://ajaxcontroltoolkit.devexpress.com/HtmlEditorExtender/HtmlEditorExtender.aspx) Please enter these examples: 5 > 3 it's true 5 < 8 it's true And show the result... :) Tested with Chrome 45 and IE 11. Best regards, Sebastien
* '>' ==> '&>'
* '<' ==> '&<'
Thanks for your help.
Configuration:
* IE 10
* VS2013
* .Net 4.5
* Web site with web forms
Comments: To have a better view of my problem, can you go to the sample site: [http://ajaxcontroltoolkit.devexpress.com/HtmlEditorExtender/HtmlEditorExtender.aspx](http://ajaxcontroltoolkit.devexpress.com/HtmlEditorExtender/HtmlEditorExtender.aspx) Please enter these examples: 5 > 3 it's true 5 < 8 it's true And show the result... :) Tested with Chrome 45 and IE 11. Best regards, Sebastien