Since the last update FCKEditor deletes pictures:
I have the following source code:
<p>Wir begrüßen</p>
Then I add a picture with the FCKEditor and then I have:
<p><img width="135" height="180" src="/ExperimentalKlinik/sites/default/files/Klinikdirektor.jpg" alt="" />Wir begrüßen</p>
The image is displayed and up to this point everything is correct.
But if this field is opened again for editing in the editor, the image will just disappear and I get:
<p>Wir begrüßen</p>
In version 2.1, this was still functioning.
Comments
Comment #1
Jorrit commentedIt is probably related to the selected security filters. Could you check that?
Comment #2
TehJott commentedYes, it is. HTML corrector was the problem.
Comment #3
Jorrit commentedThanks for checking.