This question may be related to a resolved thread.
I just noticed that my channel entries have started adding backslashes where I am saving html. For example
/path/to/asset.pngturns into:
< img src=\\”/path/to/asset.png\\” / >
If I continue to save the content with the extraneous backslashes, more backslashes are added:
< img src=\\\\”/path/to/asset.png\\\\” / >
I recently upgraded from EE 2.2 to EE 2.5.2 and also upgraded most of my add-ons (which there are many of). I disabled Extensions but still saw the issue happening.
Any help would be appreciated, thanks!