﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7497	Broken HTML - the order of elements is changed in the editor	Wiktor Walc		"Not sure if we can actually do anything with it.

The following code (without the opening tag to start the unordered list):
{{{
<p>
	Text above list</p>

	<li>
		One</li>
	<li>
		Two</li>
	<li>
		Three</li>
</ul>
<p>
	Text below list</p>
<p>
	Another paragraph below</p>
}}}

is changed into:

{{{
<p>
	Text above list</p>
<p>
	Text below list</p>
<p>
	Another paragraph below</p>
<ul>
	<li>
		One</li>
	<li>
		Two</li>
	<li>
		Three</li>
</ul>
}}}"	New Feature	closed	Normal		General		fixed		satya_minnekanti@…
