﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
148	Empty DIV	jodanbenson@…		"I have had this problem more than once with FCKeditor v2.4:

I load a page that includes very basic content. For example, if viewing the source:

{{{
<b>Heading</b><br />
<p>This is the first paragraph</p>
}}}

Back on the WYSIWYG side, if I remove the formatting from the ""Heading"", and then reformat it to a ""h1"" (defined in the external .xml and .css files) from the Style combo box, then center the H1 text, the following is the result of the source:

{{{
<div align=""center"">&nbsp;</div>
<h1 align=""center"">Heading</h1>
<p>This is the first paragraph</p>
}}}

It's adding an empty DIV, which is most of the time not removable (without source code access)."	Bug	closed	Normal		Core : Styles	FCKeditor 2.4	wontfix	Pending	
