
nilgun at apache
Aug 19, 2008, 2:15 AM
Post #1 of 1
(175 views)
Permalink
|
|
svn commit: r687002 - /httpd/httpd/branches/2.2.x/docs/manual/style/modulesynopsis.dtd
|
|
Author: nilgun Date: Tue Aug 19 02:15:25 2008 New Revision: 687002 URL: http://svn.apache.org/viewvc?rev=687002&view=rev Log: * Allow directive elements in default elements as default values can be the settings of other directives (e.g ProxyTimeout and Timeout). Modified: httpd/httpd/branches/2.2.x/docs/manual/style/modulesynopsis.dtd Modified: httpd/httpd/branches/2.2.x/docs/manual/style/modulesynopsis.dtd URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/style/modulesynopsis.dtd?rev=687002&r1=687001&r2=687002&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/style/modulesynopsis.dtd (original) +++ httpd/httpd/branches/2.2.x/docs/manual/style/modulesynopsis.dtd Tue Aug 19 02:15:25 2008 @@ -49,7 +49,7 @@ <!ELEMENT syntax %Inline;> -<!ELEMENT default (#PCDATA | br)*> +<!ELEMENT default (#PCDATA | directive | br)*> <!ELEMENT contextlist (context+)+>
|