I was having a small bit of difficulty theming the output of a views table until I found a missing quote in views-view-table.tpl.php, where line 36 should be:

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

Only a minor tweak.

CommentFileSizeAuthor
#4 adaptivetheme-n969038.patch693 bytesjwilson3

Comments

Jeff Burnz’s picture

Its fixed in the new 3.x version

Jeff Burnz’s picture

Status: Active » Closed (fixed)

Fixed in 6.x-2.x also.

jwilson3’s picture

Also hit this on 6.x-2.2 :/

jwilson3’s picture

StatusFileSize
new693 bytes

Our process at Bluespark Labs requires we submit patches and maintain a PATCHES.txt file for any patches applied to our production code. So here it is ;)