Opened 15 years ago

Last modified 15 years ago

#5487 closed Bug

Fullpage writer problem with line-break — at Initial Version

Reported by: Garry Yao Owned by:
Priority: Normal Milestone: CKEditor 3.4.1
Component: General Version:
Keywords: Cc:

Description

Environment

All IE versions.

Reproducing Procedures

  1. Load the 'Full Page Support' sample page, clear all contents then switch to source mode:
  • Actual Result:
    <html>
    	<head>
    		<title>CKEditor Sample</title>
    	</head>
    	<body>
    		<p>
    			...</p>
    	</body>
    </html>
    
  • Expected Result: There's no line break before closing </body>
    <html>
    	<head>
    		<title>CKEditor Sample</title>
    	</head>
    	<body>
    		<p>
    			...</p></body>
    </html>
    

Change History (0)

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy