﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8066	[enterBr] Inserting page break / horizontal line creates a paragraph	Wiktor Walc		"With 
{{{
config.enterMode = CKEDITOR.ENTER_BR
}}}
CKEditor creates paragraphs when inserting page break / horizontal line.

Result after inserting page break between two lines:
{{{
<p>
	first line</p>
<div style=""page-break-after: always;"">
	<span style=""display: none;"">&nbsp;</span></div>
<p>
	<br />
	second line</p>
}}}
and after inserting a horizontal line:
{{{
first line
<hr />
<p>
	<br />
	second line</p>
}}}"	Bug	confirmed	Normal		General	3.0			satya_minnekanti@…
