id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4972	Pressing Shift+Enter at the end of <li> generates invalid HTML when shiftEnterMode != ENTER_BR	pomu0325		"=== To Reproduce ===
 * Add following settings to config.js.
{{{
config.enterMode = CKEDITOR.ENTER_BR;
config.shiftEnterMode = CKEDITOR.ENTER_P;
}}}
 * Open sample page.
 * Click ""Numbered List"" or ""Bulleted List"" button from toolbar.
 * Type some text.
 * Press Shift+Enter from keyboard.
 * <p> is inserted under <ul>
  * See breadclumb on attached screenshot
 * Switch to source-mode, <p> is moved before the <ul>"	Bug	closed	Normal		UI : Enter Key	3.1	fixed		pomu@…
