I noticed the same problem HERE on boonex as well.
When you hit return twice and try to carry on to a new line with a space between paragraphs, boonex inserts the <p> </p> code.
Of course that flat out doesn't work and the lines end up bunched together like you see in this post.
Is there a fix for that?
After playing around with a multitude of configurations in tinyMCE I think I have the solution.
In
orca/layout/base/xsl/canvas_init.xsl & orca/layout/base_en/xsl/canvas_init.xsl
locate the line that says :
entity_encoding : "raw",
and replace with
entity_encoding : "named",
This fixed see more
Make backups. This worked perfectly for me but I'm a moron when it comes to php.