Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I enter a plus sign ASP.NET Ajax HTMLEditor

I am using Microsofts ASP.NET Ajax HTML editor found here http://www.asp.net/ajax/ajaxcontroltoolkit/Samples/HTMLEditor/HTMLEditor.aspx.

When I enter a plus sign '+' into the editor it always gets stripped out and replaced with a space. I even tried using + but that failed to work. Is some way to enter a plus sign into the editor?

like image 731
Ben Hoffman Avatar asked Oct 25 '22 10:10

Ben Hoffman


1 Answers

Try replacing it with + (which is the HTML alternative for the plus sign) in the source code view.

And report it to the developers of the ASP.Net Ajax HTML editor, because this sounds like a very annoying bug.

like image 165
Prutswonder Avatar answered Oct 31 '22 17:10

Prutswonder