Firebug and Chrome rendering two body tags

I managed to fix this issue by commenting out the first body tag and placing a second body tag below like this:

<!--

<body>

-->
<body <?php body_class( $class ); ?>>

Now the site is working correctly. However the strange character is still appearing in the first body tag.

Hope this helps someone.