You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by ti...@apache.org on 2004/02/03 16:22:26 UTC

cvs commit: cocoon-2.1/src/blocks/woody/samples/v2 form1_template.xml

tim         2004/02/03 07:22:26

  Modified:    src/blocks/woody/samples/v2 form1_template.xml
  Log:
  Fix misplaced "/".
  
  Revision  Changes    Path
  1.3       +1 -1      cocoon-2.1/src/blocks/woody/samples/v2/form1_template.xml
  
  Index: form1_template.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/woody/samples/v2/form1_template.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- form1_template.xml	30 Jan 2004 19:21:35 -0000	1.2
  +++ form1_template.xml	3 Feb 2004 15:22:26 -0000	1.3
  @@ -75,7 +75,7 @@
         <jx:forEach varStatus="loop" begin="0" end="${contacts.length - 1}">
             <jx:set var="row" value="${contacts.getRow(loop.index)}"/>
             <!-- do something with row... -->
  -      <jx:forEach/>
  +      </jx:forEach>
   
         <!-- manual layout of fieldw, without use of a wi:group -->
         <wt:widget-label id="contacts"/><br/>