You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by nb...@apache.org on 2003/10/27 01:21:41 UTC

cvs commit: jakarta-velocity-tools/examples/struts/examples/struts_app3 index.vm

nbubna      2003/10/26 16:21:41

  Modified:    examples/struts/examples/struts_app3 index.vm
  Log:
  fix typo (bug 24133)
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-velocity-tools/examples/struts/examples/struts_app3/index.vm
  
  Index: index.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/examples/struts/examples/struts_app3/index.vm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.vm	5 Mar 2003 06:36:36 -0000	1.1
  +++ index.vm	27 Oct 2003 00:21:40 -0000	1.2
  @@ -24,7 +24,7 @@
           #end
   
           #macro (errorMarkup)
  -            #if ($errors.exist )
  +            #if ($errors.exist() )
                   <ul>
                   #foreach ($e in $errors.all )
                       $e
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org