minor error in {}/themes/adaptivetheme/adaptivetheme/templates/views-view-table.tpl.php, line 36

36 <td class=<?php print $fields[$field]; ?>">

should be
36 <td class="<?php print $fields[$field]; ?>">

missing opening "

Comments

Jeff Burnz’s picture

This is in the DEV version for 2x - wow, I will check that, I have committed a fix for this already, maybe we had a regression here.

Jeff Burnz’s picture

Indeed, a regression - I committed a fix to CVS.

Jeff Burnz’s picture

Status: Active » Closed (fixed)

Cleaning up issue queue.