changeset 101:b8fd014ec712

The <default> doesn't need <code> inside it.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 18 Oct 2011 12:19:06 +0000
parents 233f9c8c23e5
children c76a257f3fd4
files dtd/module.dtd
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dtd/module.dtd	Tue Oct 18 09:11:34 2011 +0000
+++ b/dtd/module.dtd	Tue Oct 18 12:19:06 2011 +0000
@@ -20,7 +20,7 @@
 
 <!ELEMENT   syntax      (#PCDATA | argument | code | parameter | value)* >
 
-<!ELEMENT   default     (#PCDATA | code)* >
+<!ELEMENT   default     (#PCDATA)* >
 
 <!ELEMENT   context     (#PCDATA)* >