Why is my form output adding '/'s!?
Posted: Sun Jul 18, 2010 7:08 pm
Hi everyone,
I have downloaded an open source WYSIWYG PHP editor script. It works great except that it adds '/'s before every single " in the html attributes. This means no links or images work correctly and I am guessing some browsers won't even display any of the tags at all.
eg. of output tag.
<IMG height=60 alt=\"openWYSIWYG - Cross-browser WYSIWYG editor\" src=\"http://www.openwebware.com/images/openw ... go9060.gif\" width=90 border=0>
Any ideas of why this is happening?
I have downloaded an open source WYSIWYG PHP editor script. It works great except that it adds '/'s before every single " in the html attributes. This means no links or images work correctly and I am guessing some browsers won't even display any of the tags at all.
eg. of output tag.
<IMG height=60 alt=\"openWYSIWYG - Cross-browser WYSIWYG editor\" src=\"http://www.openwebware.com/images/openw ... go9060.gif\" width=90 border=0>
Any ideas of why this is happening?