trsteel88 / TrsteelCkeditorBundle

Symfony2 bundle for easy integration of the CKEditor WYSIWYG
97 stars 58 forks source link

Output is escape by default #104

Closed timiti29 closed 7 years ago

timiti29 commented 8 years ago

I use Symfony 3.0.4-dev and TrsteelCkeditorBundle v1.10.4. When i write text on the field, for exemple : "toto", after submit the form i get the content : "&lt;p&gt;toto&lt;/p&gt;". if i type "toto" and i click on the "Source" button, he show me the html source : "<p>toto</p>" and if i submit the form i get "<p>toto</p>"

Why ?

trsteel88 commented 7 years ago

Ckeditor will automatically wrap your text with a

tag.