diff dtd/module.dtd @ 631:9015b4a0df44

All directives have configuration context; require that.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 15 Aug 2012 08:16:59 +0000
parents 1902d38f0b05
children 9155b937f8c1
line wrap: on
line diff
--- a/dtd/module.dtd	Wed Aug 15 07:56:36 2012 +0000
+++ b/dtd/module.dtd	Wed Aug 15 08:16:59 2012 +0000
@@ -20,7 +20,7 @@
             name        CDATA #IMPLIED
 >
 
-<!ELEMENT   directive   (syntax+, default+, context*, appeared-in*, para+) >
+<!ELEMENT   directive   (syntax+, default+, context+, appeared-in*, para+) >
 <!ATTLIST   directive
             name        ID #REQUIRED
 >