diff dtd/content.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 6135f3c95bf6
children c5150ea6dd02
line wrap: on
line diff
--- a/dtd/content.dtd	Thu Mar 29 18:59:02 2012 +0000
+++ b/dtd/content.dtd	Fri Mar 30 13:31:55 2012 +0000
@@ -43,7 +43,8 @@
 <!ELEMENT  list         (listitem+) >
 <!ATTLIST  list
            type         (bullet | enum) #REQUIRED
-           >
+           compact      (yes | no) "yes"
+>
 
 <!ELEMENT  listitem     (#PCDATA | para | br | nobr | list | i | b | url |
                          path | literal | value | programlisting |