﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5487	Fullpage writer problem with line-break	Garry Yao	Garry Yao	"=== Environment ===
All IE versions.
=== Reproducing Procedures ===
 1. Load the 'Full Page Support' sample page;
 1. Press 'Enter' key at the end of the first paragraph to create a new empty line;
 1. Switch to source mode:
 * Actual Result:
 {{{
 <html>
 	<head>
 		<title>CKEditor Sample</title>
 	</head>
 	<body>
 		<p>
 			...</p></body>
 </html>
 }}}
 * Expected Result: There's a line break before closing </body>
 {{{
 <html>
 	<head>
 		<title>CKEditor Sample</title>
 	</head>
 	<body>
 		<p>
 			...</p>
        </body>
 </html>
 }}}
"	Bug	closed	Normal	CKEditor 3.4.1	General		fixed		
