﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9999	Trapped within </DL> tag.	xiltepin		"CKEditor version: 3.5.4
Browser: IE8

My config.js

 config.enterMode = CKEDITOR.ENTER_BR;

Source;
<dl>
  <dt>Test1</dt>
    <dd>Test1a</dd>
  <dt>Test2</dt>
    <dd>Test2add>
</dl> 

after hitting enter it creates a </br> but I can't get out of </dl> which means if I another form it will go inside <dl></dl>.

If I remove ""config.enterMode = CKEDITOR.ENTER_BR;"" in my config.js then CKEditor enters automatically &nbps; after hitting enter and I can get out of the tag but I want to avoid this. 

Is there any way to fix this?"	Bug	closed	Normal		General	3.5.4	invalid		
