I think this is just a typo of one of developers. Line 11 in views-view-fields.tpl.php file must be changed from
<div class="$css">
to something like
<? print "<div class=\"$css\">"; ?>

Thank you in advance

Comments

chrisfromredfin’s picture

duplicate of http://drupal.org/node/224923, which provides patch

chrisfromredfin’s picture

Status: Active » Closed (duplicate)