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

Jeff Burnz’s picture

Status: Active » Fixed

Cheers, this has been committed to head.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.