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 2001/11/05 22:49:08 UTC

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

geirm       01/11/05 13:49:08

  Modified:    examples/servlet_example1 sample.vm
  Log:
  Fix to bug # 4658
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-velocity/examples/servlet_example1/sample.vm
  
  Index: sample.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/examples/servlet_example1/sample.vm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sample.vm	2001/02/12 03:11:55	1.1
  +++ sample.vm	2001/11/05 21:49:08	1.2
  @@ -5,7 +5,7 @@
   
   <h2>Hello from velocity!</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>