Hi,
I'm using CKEditor with enterMode = CKEDITOR.ENTER_BR. Unfortunately he generates
<br></br>
instead of
<br />
I guess it must be some setting in the dataProcessor, but I can't figure out which.
Does anybody have a clue?
Thanks
Lukas
I'm using CKEditor with enterMode = CKEDITOR.ENTER_BR. Unfortunately he generates
<br></br>
instead of
<br />
I guess it must be some setting in the dataProcessor, but I can't figure out which.
Does anybody have a clue?
Thanks
Lukas
Re: Forcing CKEditor to generate <br /> instead of <br&