jon         00/11/22 15:36:08

  Modified:    examples/anakia/xdocs index.xml
  Log:
  added width/height to img tag
  
  Revision  Changes    Path
  1.4       +1 -1      jakarta-velocity/examples/anakia/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/examples/anakia/xdocs/index.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.xml 2000/11/22 22:13:32     1.3
  +++ index.xml 2000/11/22 23:36:07     1.4
  @@ -15,7 +15,7 @@
   This is an example template that gets processed.
   </p>
   
  -<img src="images/velocity.gif"/>
  +<img src="images/velocity.gif" width="329" height="105"/>
   
   <table border="1">
   <tr>
  
  
  

Reply via email to