﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6106	use page-break-before   instead of page-break-after	dke01		"When I insert a page break in ckEditor it embed the following HTML
<div style=""page-break-after: always;"">

However from CKEditor I want to  copy and paste back into MS Word  and also call 3rd party tools that convert HTML 2 PDF.  However the stlye '''page-break-after''' is not reconginised by any of these tools and the page breaks are not retained.

If we replace '''page-break-after''' with '''page-break-before''' 
2 places in ckeditor.js
2 places in plugins\pageBreak.js

This fixes the issue and makes life much easier.
"	New Feature	closed	Normal		General		invalid		
