There's an extra double-quote which leads to invalid XHTML.
comment-wrapper.tpl.php (line 35):
<div id="comments"<?php print $classes ? ' class="'. $classes .'"' : '' ; ?>">
Needs changing to:
<div id="comments"<?php print $classes ? ' class="'. $classes .'"' : '' ; ?>>
Comments
Comment #1
Jeff Burnz commentedCheers, this has been committed to head.