seguin      01/05/29 13:16:20

  Modified:    util/src/java/org/apache/tomcat/util/buf package.html
  Log:
  added html and body tags.
  fixed h1 tag so that entire file wasn't h1.
  
  Revision  Changes    Path
  1.2       +4 -2      
jakarta-tomcat-connectors/util/src/java/org/apache/tomcat/util/buf/package.html
  
  Index: package.html
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/util/src/java/org/apache/tomcat/util/buf/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html      2001/05/29 06:22:53     1.1
  +++ package.html      2001/05/29 20:16:18     1.2
  @@ -1,4 +1,5 @@
  -<H1>Buffers and Encodings<h1>
  +<html><body>
  +<H1>Buffers and Encodings</h1>
   
   This package contains buffers and utils to perform encoding/decoding of buffers. 
That includes byte to char
   conversions, URL encodings, etc. 
  @@ -17,4 +18,5 @@
   My benchmarks ( I'm costin :-) show only small differences between C2B, B2C and 
hand-written codders/decoders,
   so UTF8Decoder may be disabled. 
   
  -<p>
  \ No newline at end of file
  +<p>
  +</body></html>
  
  
  

Reply via email to