]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Allow directive elements in default elements as default values can be the
authorRuediger Pluem <rpluem@apache.org>
Mon, 18 Aug 2008 19:15:25 +0000 (19:15 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 18 Aug 2008 19:15:25 +0000 (19:15 +0000)
  settings of other directives (e.g ProxyTimeout and Timeout).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@686853 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+)+>