﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7070	Extra line break added to the list item when applying a style	Wiktor Walc	Garry Yao	"Use the following selection:

{{{
<ul>
	<li>
		aaa [bbb</li>
	<li>
		ccc] ddd</li>
</ul>
}}}

and apply bold, italic, underline, font color etc.

Result:

{{{
<ul>
	<li>
		aaa <u><em><strong>[bbb</strong></em></u><br />
		<br />
		<br />
		&nbsp;</li>
	<li>
		<u><em><strong>ccc]</strong></em></u> ddd</li>
</ul>
}}}

Caused by [6373]."	Bug	closed	Normal	CKEditor 3.5.1	General	3.5.1	fixed	Firefox	
