--- views/theme/views-view-fields.tpl.php	2008-02-14 16:59:08.000000000 -0500
+++ views-view-fields.tpl.php	2008-02-21 12:07:02.000000000 -0500
@@ -8,7 +8,7 @@
  */
 ?>
 <?php foreach ($fields as $name => $css): ?>
-  <div class="$css">
+  <div class="<?php print $css; ?>">
     <?php // this is indirection; $name contains the name of the variable. ?>
     <?php print $$name; ?>
   </div>
