You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by jv...@locus.apache.org on 2000/09/19 07:30:30 UTC

cvs commit: jakarta-velocity/testbed sample.vm

jvanzyl     00/09/18 22:30:30

  Modified:    testbed  sample.vm
  Log:
  - corrected reference name to match TestProvider class.
  
  Revision  Changes    Path
  1.2       +2 -3      jakarta-velocity/testbed/sample.vm
  
  Index: sample.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/testbed/sample.vm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sample.vm	2000/09/19 01:59:15	1.1
  +++ sample.vm	2000/09/19 05:30:29	1.2
  @@ -11,12 +11,11 @@
               Names
           </td>
       </tr>
  -    #foreach $name in $theList
  -    {
  +    #foreach $name in $list
       <tr>
           <td bgcolor="#eeeeee">$name</td>
       </tr>
  -    }
  +    #end
   </table>
   </center>
   </html>