﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7917	Regression in fix for #6629	Chris		"This was working fine on 3.5.3, and is broken in 3.5.4 and up.
I believe the commit for bug #6629 has caused this. 

Steps to reproduce

 * starting with a new blank page 
 * switch to source mode 
 * Insert <div><p>test</p></div>
 * Switch back to wysiwig
 * Go to the end of ""test"" and press enter

Result:
{{{
<div><p>test</p><p>&nbsp;</p></div><p>&nbsp;</p>
}}}

Expected Result:
{{{
<div><p>test</p><p>&nbsp;</p></div>
}}}"	Bug	closed	Normal		General	3.5.4	fixed		
