You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by pi...@locus.apache.org on 2000/10/04 06:49:53 UTC

cvs commit: jakarta-tomcat-4.0/catalina/src/conf tld_12.dtd

pierred     00/10/03 21:49:52

  Modified:    catalina/src/conf tld_12.dtd
  Log:
  Fixed typo: validatorclass instead of validatorClass
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-tomcat-4.0/catalina/src/conf/tld_12.dtd
  
  Index: tld_12.dtd
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/tld_12.dtd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- tld_12.dtd	2000/10/04 02:26:29	1.1
  +++ tld_12.dtd	2000/10/04 04:49:51	1.2
  @@ -107,7 +107,7 @@
           validate the conformance of a JSP page to using this tag library.
   -->
   
  -<!ELEMENT validatorClass (#PCDATA) >
  +<!ELEMENT validatorclass (#PCDATA) >
   
   <!--