diff dtd/module.dtd @ 473:cac48e2d0d9b

Added the "compact" attribute to the "list" element.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 30 Mar 2012 13:31:55 +0000
parents 71d99de7ff97
children be54c443235a
line wrap: on
line diff
--- a/dtd/module.dtd	Thu Mar 29 18:59:02 2012 +0000
+++ b/dtd/module.dtd	Fri Mar 30 13:31:55 2012 +0000
@@ -60,6 +60,7 @@
 <!ELEMENT   list        (listitem+ | (tag-name | tag-desc)+) >
 <!ATTLIST   list
             type        (bullet | enum | tag) #REQUIRED
+            compact     (yes | no) "yes"
 >
 
 <!ELEMENT   listitem    ANY >