Copy from DIV, Paste to Textarea Messsed Up

Whenever I copy the text from a DIV on my website and paste it into a textarea, two or three newlines get added after the block of text is pasted. How can I stop this?

This happens when I use Internet Explorer.

The text is added to the page through PHP and has a trim around it, so newlines should get stripped.