views:

42

answers:

1

Hi

How do you disable automatic double-slases removing? When I put base64 embeded image (< img src="data:image/png;base64,xyz...///...==" alt=""/> in html mode it auto removes double slashes and so the image is corrupted...

+1  A: 

I solved the problem by writting custom urlconverter_callback...

redman