﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5471	Insert 'Div' result wrong in enterMode=BR	Garry Yao		"=== Reproducing Procedures ===
 1. Load the 'enterkey' sample and switch enterMode from <P> to <BR>;
 1. Click on 'Div' command and insert a default div container.
 * Expected Result:
 {{{
<div>
		This is some <strong>sample text</strong>. You are using <a href=""http://ckeditor.com/"">CKEditor</a>. </div>
 }}}
 * Actual Result: Line is wrapped by an extra paragraph.
  {{{
<div>
	<p>
		This is some <strong>sample text</strong>. You are using <a href=""http://ckeditor.com/"">CKEditor</a>.</p>
</div>
  }}}
"	Bug	confirmed	Low		General	3.0			
