Hi all,
I've CKEditor integrated on my website and all works perfectly except one thing :
The editor is used by members to leave comments on other members' profiles. It figures that when the characters > or < are in the comment all the text following te character is not inserted in the DB.
a simple alert(text); in the javascript function of post shows :
when < > are part of an html tag (like <strong>) :
<strong> text </strong>
Ok, all my text is inserted in the DB.
when < > are not part of an html tag :
<-- hey you geek !
< and all the texte following won't be inserted in the DB.
Somebody can explain how to solve that problem ?
(I hope i'm clear, sorry for if my english is not very good )
I've CKEditor integrated on my website and all works perfectly except one thing :
The editor is used by members to leave comments on other members' profiles. It figures that when the characters > or < are in the comment all the text following te character is not inserted in the DB.
a simple alert(text); in the javascript function of post shows :
when < > are part of an html tag (like <strong>) :
<strong> text </strong>
Ok, all my text is inserted in the DB.
when < > are not part of an html tag :
<-- hey you geek !
< and all the texte following won't be inserted in the DB.
Somebody can explain how to solve that problem ?
(I hope i'm clear, sorry for if my english is not very good )