When the following code is written:
CKEditor rewrites this as:
Is there any setting to stop it from moving the break into the div?
Thanks!
<div>test</div> <br /> <div>test</div>
CKEditor rewrites this as:
<div>test</div> <div><br />test</div>
Is there any setting to stop it from moving the break into the div?
Thanks!