You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by jc...@apache.org on 2001/02/19 12:45:40 UTC

cvs commit: jakarta-velocity/docs user-guide.html

jcastura    01/02/19 03:45:39

  Modified:    docs     user-guide.html
  Log:
  correction to VM example - thanks Mike Walsh who pointed this out
  
  Revision  Changes    Path
  1.16      +3 -3      jakarta-velocity/docs/user-guide.html
  
  Index: user-guide.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/user-guide.html,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- user-guide.html	2001/02/12 20:03:30	1.15
  +++ user-guide.html	2001/02/19 11:45:33	1.16
  @@ -955,9 +955,9 @@
        #set ($bar = "ribonucleic acid")
   
        #if ($foo == $bar)
  -        In this case it's clear they don't equate. So...
  +        In this case it's clear they aren't equivalent. So...
        #else
  -        They do not equate! And this will be the output.
  +        They are not equivalent and this will be the output.
        #end
        </PRE></TD><TD bgcolor="#023264" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#023264" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#023264" height="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#023264" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></DIV>
       </P>
  @@ -1231,7 +1231,7 @@
       #set( $greatlakes = [&quot;Superior&quot;,&quot;Michigan&quot;,&quot;Huron&quot;,&quot;Erie&quot;,&quot;Ontario&quot;] )
       #set( $color = &quot;blue&quot; )
       &lt;table&gt;
  -    #tablerows( $color $names )
  +    #tablerows( $color $greatlakes )
       &lt;/table&gt;
       </PRE></TD><TD bgcolor="#023264" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#023264" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#023264" height="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#023264" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></DIV>
       </P>