﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6683	Extra line breaks added when saving the content on fckeditor 2.6.4	Ritesh Kalyani		"When I give a simple input to the editor for eg:

Test(new line)
Test

the Source that I get in the editor is:

<p>Test<br />Test</p>

But when I press the save button, the output that I get is:

<p>Test<br />(new line)
Test</p>

(extra new line is added).

I've tried the config option of FCkConfig.FormatOutput=""false"" but same result. Is there anything that I am missing?"	Bug	closed	Normal		Core : Output Data	FCKeditor 2.6.4	invalid		ritesh.kalyani@…
