Dario posted a fix for this recently, it's because the FCK Editor is putting "<p> </p>" in the summary field and you need to set
FCKConfig.FillEmptyBlocks = false ;
This setting can be found in:
- One here: [dnnroot]\Providers\HtmlEditorProviders\Fck\FCKeditor\fckconfig.js
- One here: [dnnroot]\Providers\HtmlEditorProviders\Fck\Custom\fckconfig.js
- And the last here: [dnnroot]\Providers\HtmlEditorProviders\Fck\FCKeditor\editor\_source\internals\fckconfig.js
but I only found it in the first two places .
hth
Barry