Ckeditor adding this signs >> \"
to the url or in front of any "
for example
my url : <a href="/link">
ckeditor sending to my php skript <a href="\"/formular\"">
and a " change to the \"
how can I change this ? or should I do this with php skript ? (deleting \" from string)
EDIT : I add config.entities = false;
but nothing changed
thx
to the url or in front of any "
for example
my url : <a href="/link">
ckeditor sending to my php skript <a href="\"/formular\"">
and a " change to the \"
how can I change this ? or should I do this with php skript ? (deleting \" from string)
EDIT : I add config.entities = false;
but nothing changed
thx