Closed (fixed)
Project:
AdaptiveTheme
Version:
6.x-2.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Nov 2009 at 03:08 UTC
Updated:
6 Dec 2009 at 02:40 UTC
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.