﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8253	Remove padding body block on output	Garry Yao		" 1. Load the editor with following source:
{{{
<div>
	<p>
		foo</p>
</div>

}}}
 1. Focus the editor before switch to source mode.
 * Actual:
{{{
<div>
	<p>
		foo</p>
</div>
<p>&nbsp;</p>
}}}
 * Expected: The last '''padding body''' paragraph created automatically by the editor is trimmed on output.
"	Bug	closed	Normal		Core : Output Data	3.5.4	fixed		
