﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
345	FckEditor inserts extra &nbsp; or <p>&nbsp;</p>	evangeline		"In first senario, this html source:
<p><span>test1</span></p>
<p></p>
<p><span>test2</span></p>

becomes this when toggling the Source button:
<p><span>test1</span></p>
<p>&nbsp;</p>
<p><span>test2</span></p>


Another senario, this html source:
<p>test1</p>
<p><hr />
test2</p>

becomes this when toggling the Source button:
<p>test1</p>
<p>&nbsp;</p>
<hr />
test2
<p>&nbsp;</p>


I read that someone reported simiar issue in early March (#202, #201) and this has been fixed on version 2.41. I am using 2.41 but still have this issue. 

Any help would be greatly appreciated."	Bug	closed	Normal		General		invalid		
