﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4006	Tail BR is removed from end of block	Garry Yao		"This's derived from #205.
=== Reproducing Procedures ===
 1. Open the 'replace by class' sample page.
 1. Load the document with following content:
 {{{
<div><h5>title</h5><br /></div>line
 }}}
 1. Switch to wsiwyg and switch back to 'source';
  * Actual Result:
{{{
<div>
	<h5>
		title</h5>
</div>
<p>
	line</p>
}}}
  * Expected Result: The origianl source remains the same.
"	Bug	closed	Normal		Core : Styles		invalid		
