﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3665	[IE] Output source code has extra &nbsp;	Garry Yao	Garry Yao	"=== Reproducing Procedures ===
 1. Open  the ''replace by class'' example page in IE;
 1. Press 'Enter Key' to create a new paragraph;
 1. Switch to 'Source' mode;
  * Expected Result: 
{{{
<p>
	This is some <strong>sample text</strong>. You are using <a href=""http://www.fckeditor.net/"">CKEditor</a>.</p>
<p>
</p>

}}}
  * Actual Result: 
{{{
<p>
	This is some <strong>sample text</strong>. You are using <a href=""http://www.fckeditor.net/"">CKEditor</a>.</p>
<p>
	&nbsp;</p>
}}}
"	Bug	closed	Normal	CKEditor 3.0	Core : Output Data		invalid	IE Confirmed Review?	
