Hello,

Just my 0.02 French Franc with a little javadoc correction
org.apache.velocity.app.VelocityFormatter

--- VelocityFormatter.java      Fri Aug  3 07:11:51 2001
+++ VelocityFormatter.java.new  Fri Aug  3 07:13:27 2001
@@ -344,7 +344,7 @@
      *
      * <code><pre>
      * &lt;table&gt;
-     * $formatter.makeAlternator(rowcolor, "#c0c0c0", "#e0e0e0")
+     * $formatter.makeAlternator("rowcolor", "#c0c0c0", "#e0e0e0")
      * #foreach $item in $items
      * #begin
      * &lt;tr&gt;&lt;td
bgcolor="$rowcolor"&gt;$item.Name&lt;/td&gt;&lt;/tr&gt;


work better with " ;-)

franck

Reply via email to