]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Allow directive elements in default elements as default values can be the
authorNilgun Belma Buguner <nilgun@apache.org>
Tue, 19 Aug 2008 09:15:25 +0000 (09:15 +0000)
committerNilgun Belma Buguner <nilgun@apache.org>
Tue, 19 Aug 2008 09:15:25 +0000 (09:15 +0000)
  settings of other directives (e.g ProxyTimeout and Timeout).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@687002 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/modulesynopsis.dtd

index 14f947a591de489cbba76c6e9c59b579b7783434..50841cadf76bf710544e905e1adde463f6efb2a7 100644 (file)
@@ -49,7 +49,7 @@ usage?, seealso*)>
 
 <!ELEMENT syntax %Inline;>
 
-<!ELEMENT default (#PCDATA | br)*>
+<!ELEMENT default (#PCDATA | directive | br)*>
 
 <!ELEMENT contextlist (context+)+>