craigmcc    01/05/19 18:46:00

  Modified:    conf/share struts-config_1_0.dtd
  Log:
  Correct the Location entity declaration in struts-config_1_0.dtd
  
  PR: Bugzilla #1299
  Submitted by: [EMAIL PROTECTED]
  
  Revision  Changes    Path
  1.4       +2 -2      jakarta-struts/conf/share/struts-config_1_0.dtd
  
  Index: struts-config_1_0.dtd
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/conf/share/struts-config_1_0.dtd,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- struts-config_1_0.dtd     2001/03/28 05:50:13     1.3
  +++ struts-config_1_0.dtd     2001/05/20 01:46:00     1.4
  @@ -11,7 +11,7 @@
          "-//Apache Software Foundation//DTD Struts Configuration 1.0//EN"
          "http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd";>
   
  -     $Id: struts-config_1_0.dtd,v 1.3 2001/03/28 05:50:13 craigmcc Exp $
  +     $Id: struts-config_1_0.dtd,v 1.4 2001/05/20 01:46:00 craigmcc Exp $
   -->
   
   
  @@ -49,7 +49,7 @@
        defines the location of a resource relative to the location of the
        Struts configuration file itself.
   -->
  -<!ENTITY % Location "CDATA">
  +<!ENTITY % Location "#PCDATA">
   
   
   <!-- A "PropName" is the name of a JavaBeans property, and must begin with
  
  
  

Reply via email to