Pasting into CKEditor is generating extra line breaks that do not seem to be in the source.
Our client uses a third party desktop app. They want to be able to copy things from the desktop app into our CKEditor. Things are working fine except table cells end up with a bunch of extra line breaks in them.
Here is what the source looks like:

Here is the result:

Those cells look like this:
<td colspan="4">
<p><strong>Lab Results</strong></p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</td>
Why are those line breaks appearing? What is a good way to prevent then from being added on paste?
P.S. Wish I had a monospaced font to use for that code. Or a <pre> tag.
