CKEditor adds unwanted newline to '<p>'

Posted by dove on Stack Overflow See other posts from Stack Overflow or by dove
Published on 2010-03-30T17:03:18Z Indexed on 2010/03/31 7:33 UTC
Read the original article Hit count: 464

Filed under:
|
|
|

If I load up a set of paragraphs then the editor replaces my <p> with <p>&#x9;

It means

<p>paragraph 1</p>
<p>paragraph 2</p>
<p>paragraph 3</p>

ends up like

<p>
   paragraph 1</p>
<p>
   paragraph 2</p>
<p>
   paragraph 3</p>

Has anyone come across this and know how to fix? It seems to be an issue but no response on their forum

My humble guess from looking at their source is that this was introduced to remove a different bug. I've looked at the obvious configuration settings and the like.

© Stack Overflow or respective owner

Related posts about ckeditor

Related posts about wysiwyg