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
- 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>