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 "
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
Comment #1
Jeff Burnz commentedThis 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.
Comment #2
Jeff Burnz commentedIndeed, a regression - I committed a fix to CVS.
Comment #3
Jeff Burnz commentedCleaning up issue queue.