﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8760	BR tags get removed when switching from source and back.	Jakub Ś		"1. Set 
{{{
config.fillEmptyBlocks = false;
config.enterMode = CKEDITOR.ENTER_BR;
}}}
2. Pase the below in source mode and switch to wysiwyg
{{{
<div style=""text-align:justify;"">
test line 1</div>
<div style=""text-align:justify;"">
test line 2</div>
}}}
3. Put caret behind {{{test line 1^}}} and press enter two times
4. Switch to source and wyswig two times

**Results:** because there is no &nbsp; tag behind <br /> tag, the br tags are removed.

Reproducible in all browsers from CKEditor 3.5"	Bug	confirmed	Normal		General	3.5			
