There's a missing quotation mark in adaptivetheme/templates/views-view-table.tpl.php, line 36. It reads:

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

should be:

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

This typo is present in AT 6.x-2.2 and also in the current 7.x-1.x-dev (2010-Sep-12).

Comments

chrisdfeld’s picture

Status: Active » Closed (duplicate)

Apologies, this is a dupe of #919382: minor error in /templates/views-view-table.tpl.php, line 36. That one didn't appear when I searched for "table".