Opened 12 years ago
Closed 12 years ago
#6601 closed Bug (invalid)
Incorrect indent in source
Reported by: | Giel Berkers | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.4.1 |
Keywords: | Cc: |
Description
Paragraphs always have weird indention. When you have a blank install of ckeditor and you create a paragraph with the text 'test', the source is:
<p> test</p>
instead of:
<p>test</p>
Please check the docs:
http://docs.cksource.com/CKEditor_3.x/Developers_Guide/Output_Formatting