Well at this point you can fix this by going to phpmyadmin and edit table prefix.content. Remove every instance of <div> and </div> except for the one at the beginning or end of a paragraph. An example is shown here(as you find from table prefix.content:
PHP Code:
<div>
<u><strong>The Excellent CKEditor Page!</strong></u></div>
<div>
But looks like linebreak is not working, umm...</div>
The <div> and </div> at the beginning/end of the entry should remain untouched, what to do with the extra <div>'s inside the entry is up to you though. If I remove the inner </div><div> I will get this:
PHP Code:
<div>
<u><strong>The Excellent CKEditor Page!</strong></u>
But looks like linebreak is not working, umm...</div>
And the page will appear normally without linebreak. For now this is what you can do, and by the release Mys v1.3.2 I will figure out a better and easier way to fix this extra linebreak issue since not everyone knows how to edit in phpmyadmin.