﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8563	ckeditor makes double <br>	casperskou		"I use ckeditor PHP version with following settings:
$config['enterMode'] = 2;
$config['shiftEnterMode'] = 1;


When i change line (inserting <br) in the editor, it only shows 1 <br> in htmlmode..
But everytime i submit the text, it ad another <br> to it..

It should be:
abc<br>
bac<br>
cab<br>

But instead it's:
abc<br><br>
bac<br><br>
cab<br><br>

I use Chrome, but i also testet it in IE and it still does it..


How to fix this problem?"	Bug	closed	Normal		General		expired		
