changeset 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 a235ce0f8eef
children 9ff0bc734b77
files dtd/module.dtd
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dtd/module.dtd
+++ b/dtd/module.dtd
@@ -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
 >