If this is happening in one of your custom modules, it may have to do with the sanitization of the fields and the xss_clean() function that is run by default. Try adding the following to your MY_fuel_modules.php as a parameter to your specific module:
Comments
Can you please post the code? Also, when you say the editor, do you mean the CKeditor or the markItUp! editor (or something else entirely)?
Markitup. I use the img_path inse style atteibute background image
Can you display an example of how it is implemented and what is rendered?
backgroudn-image: url(xxx xxxx xxx two_bedroom.jpg) this is how it render in the page. the slash is been removed
If this is happening in one of your custom modules, it may have to do with the sanitization of the fields and the xss_clean() function that is run by default. Try adding the following to your MY_fuel_modules.php as a parameter to your specific module:
this is on the page section not on custom modules.
What does the code look like before you save it and are those "x" actually what it looks like after you save it?
you can check here the output in the html
This looks to be the rendered code. What does the implemented code look like before it is rendered?