WYSIWYG
WYSIWYG copied to clipboard
I don't know how to handle the "+"
Hi,
When I write on editor for example "A + B" when I want retrieve the editor.html just found "A B".
Thanks in advance for your library!
EDIT:
I Found that by changing the method encodeURI by encodeURIComponent on wysiwyg.js file fixes the problem, https://github.com/onecode369/WYSIWYG/pull/5
I'm still seeing this error. Any solution?
Actually it looks like it just needs a new release that includes this change