CKEditor adds unwanted newline to '<p>'
- by dove
If I load up a set of paragraphs then the editor replaces my <p> with <p>	
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.