You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by mo...@apache.org on 2001/05/03 20:14:54 UTC

cvs commit: jakarta-taglibs/jdbc/doc/web index.html

morgand     01/05/03 11:14:53

  Modified:    jdbc/doc/web index.html
  Log:
  fixed error
  
  Revision  Changes    Path
  1.10      +1 -1      jakarta-taglibs/jdbc/doc/web/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/jdbc/doc/web/index.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- index.html	2001/05/03 15:41:54	1.9
  +++ index.html	2001/05/03 18:14:49	1.10
  @@ -151,7 +151,7 @@
   
   <pre>&lt;%-- unless you're performing your own connection pooling, 
   always close your connection --%>
  -&lt;sql:closeConnection id="conn1"/></pre>
  +&lt;sql:closeConnection conn="conn1"/></pre>
   
   <A NAME="overview.tags.statement"><h3>Statement Tags</h3></A>