TinyMCE removes double slashes
How do you disable automatic double-slases removing? When I put base64 embeded image (< img src="data:image/png;base64,xyz...///...==" alt开发者_StackOverflow=""/> in html mode it auto removes double slashes and so the image is corrupted...
I solved the problem by writting custom urlconverter_callback...
精彩评论