﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8073	insertHtml() causes dangling p tag	dalin		"If the following exists in the editor:

{{{
<p>Lorem ipsum dolor sit amet. </p>
}}}

And the insertHtml() method is called to insert the following in the middle of the paragraph

{{{
<hr class=""pagebreak"">
}}}

then the resulting HTML will be:

{{{
<p>Lorem ipsum dolor</p><hr class=""pagebreak""> sit amet. </p>
}}}

Notice that the text after the hr does not have an opening p tag.  "	Bug	closed	Normal		Core : Parser	3.6	invalid		
