Re: escapinge
i use the tiki editor.
but it happens all over the place. when i make an artikel i copy and paste the image tag [img src="...."} into the artikel
then the picture will not work because it gets ecsaped to:
[img src=\"....\"}
(made the first { a [ to make sure it does not gets interpreted)
so probably it gets escaped goning into the db (i use mysql) but it does not get de-escapde getting it out of the db.