Index: openacs-4/packages/acs-templating/www/doc/tagref/grid.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/tagref/grid.adp,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/acs-templating/www/doc/tagref/grid.adp 27 Oct 2014 16:40:25 -0000 1.2 +++ openacs-4/packages/acs-templating/www/doc/tagref/grid.adp 16 Jun 2015 08:57:10 -0000 1.3 @@ -60,11 +60,11 @@

The \@datasource.row\@ variable can be used to band grid rows:

   <if \@datasource.col\@ eq 1 and \@datasource.row\@ odd>
-    <tr bgcolor=#eeeeee>
+    <tr bgcolor="#eeeeee">
   </if>
 
   <if \@datasource.col\@ eq 1 and \@datasource.row\@ even>
-    <tr bgcolor=#ffffff>
+    <tr bgcolor="#ffffff">
   </if>
 

Note that this is different from the multiple tag, where the \@datasource.rownum\@ is used for this effect.