﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1774	IE: <LI> without <OL> consumes sibling nodes	Scott McNaught		"Setting the source to:

{{{
<li>Item</li>
<li>Item 2</li>
<p>paragraph</p>
}}}

Changes it to:

{{{
<p>
<li>Item</li>
<li>Item 2
<p>paragraph</p>
}}}
</li>
</p>

There are two things that are happening here. FixBody() is wrapping everything in a <P> tag. This is not the bug.

Somewhere else, the last <li> tag is being opened up to allow everything else to be nested underneath it.

I realise that there really shouldnt be any <li>s without <ol> or <ul> but sometimes bad code can be pasted in which contain things like this."	Bug	closed	Normal		Core : Output Data	SVN (FCKeditor) - Retired	worksforme	IE	
