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 09:05:47 UTC

cvs commit: jakarta-velocity/testbed fp1.vm

jvanzyl     00/09/19 00:05:46

  Added:       testbed  fp1.vm
  Log:
  - description of formatting problem.
  
  Revision  Changes    Path
  1.1                  jakarta-velocity/testbed/fp1.vm
  
  Index: fp1.vm
  ===================================================================
  ## fp1 => formatting problem 1
  
  ## The whitespace was being lost
  ## inside the #foreach i.e. $name
  ## was flush with the left margin
  ## that's fixed now.
  
  #foreach $name in $list
      $name
  #end