You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by ge...@apache.org on 2002/03/08 23:24:25 UTC

cvs commit: jakarta-velocity/examples/servlet_example2 sample.vm

geirm       02/03/08 14:24:25

  Modified:    examples/servlet_example2 sample.vm
  Log:
  Fix to bug noted by David Hall.
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-velocity/examples/servlet_example2/sample.vm
  
  Index: sample.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/examples/servlet_example2/sample.vm,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- sample.vm	22 May 2001 03:23:33 -0000	1.2
  +++ sample.vm	8 Mar 2002 22:24:25 -0000	1.3
  @@ -5,7 +5,7 @@
   
   <h2>Hello from velocity! I am from a file!</h2>
   <i>Here's the list of people</i>
  -<table cellspacing="0" cellpadding="5" widht="100%">
  +<table cellspacing="0" cellpadding="5" width="100%">
       <tr>
           <td bgcolor="#eeeeee" align="center">
               Names
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>