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 : "<p>toto</p>".
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>"
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 : "<p>toto</p>
". 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 ?