﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6133	Styled paragraphs result on buggy list creation	Frederico Caldeira Knabben	Martin	" 1. Clear the editor.
 2. Type two paragraphs.
 3. CTRL+A to select all.
 4. Hit the ""Bold"" button.
 5. Hit the ""Unordered List"" button.

Note that there is a line space between the items. This is what we have on source:

{{{
<ul>
	<li>
		<strong>Para 1</strong><br />
		&nbsp;</li>
	<li>
		<strong>Para 2</strong><br />
		&nbsp;</li>
</ul>
}}}

We should not have the ""<br />&nbsp;"" thing on each item.

This doesn't happen if the paragraphs are not styled."	Bug	closed	Normal	CKEditor 3.4.2	Core : Lists	3.4.1	fixed	Firefox	satya_minnekanti@…
