﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1518	Extra block added before Bulleted list	PavelZ	Martin Kou	"Steps to reproduce:

In fck do:
aaaaaaa
<Shift+Enter>
bbbbbbbbbbb
<Shift+Enter>
cccccccc

on the second line (with ""bbbbbbb"") press ""bulleted list"". Second line is bulleted but an empty line appears between line 1 and 2 (in IE always in FF sometimes).

The Source HTML is:

<p>aaaaaaa<br />
&nbsp;</p>
<ul>
    <li>bbbbbbbbbbb</li>
</ul>
<p>cccccccc</p>

Tested on FCK demo (ver. 2.5 Beta Build 16848)
"	Bug	closed	Normal	FCKeditor 2.5	Core : Lists	FCKeditor 2.5 Beta	fixed	Confirmed IE	
