Closed (duplicate)
Project:
Views (for Drupal 7)
Version:
6.x-2.0-alpha2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Feb 2008 at 00:20 UTC
Updated:
21 Feb 2008 at 17:30 UTC
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
Comment #1
chrisfromredfinduplicate of http://drupal.org/node/224923, which provides patch
Comment #2
chrisfromredfin