P.S. I've done some more tests and I believe the duplication only happens when the comments field doesn't begin with an HTML tag. If I do a bulk S&R so it's bounded by <div></div> or <p></p>, it displays properly.
Code:
Search:
^(.*)$
Replace:
<div>\1</div>