diff dtd/content.dtd @ 607:a8f7b93b0a5f

Allow article sections to be nested.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 26 Jul 2012 11:36:34 +0000
parents 26dc883805ad
children 9429fd8bbac8
line wrap: on
line diff
--- a/dtd/content.dtd
+++ b/dtd/content.dtd
@@ -4,7 +4,7 @@
   -->
 
 <!ELEMENT  section      (para | list | book | download | security | note |
-                         programlisting)* >
+                         programlisting | section)* >
 <!ATTLIST  section
            id           ID #IMPLIED
            name         CDATA #IMPLIED