diff options
author | Kenneth Lundin <[email protected]> | 2017-09-18 14:37:55 +0200 |
---|---|---|
committer | Kenneth Lundin <[email protected]> | 2017-09-18 14:37:55 +0200 |
commit | f40a0efc382925ebb9491eadad917769a52537fe (patch) | |
tree | 8d411ec78154e42d130904080e167a63570110e4 | |
parent | 70dc180c85793a32e8b30c0db3b66add1b789bfb (diff) | |
parent | f531c0937beeb27b158155db92e58915d5fdf894 (diff) | |
download | otp-f40a0efc382925ebb9491eadad917769a52537fe.tar.gz otp-f40a0efc382925ebb9491eadad917769a52537fe.tar.bz2 otp-f40a0efc382925ebb9491eadad917769a52537fe.zip |
Merge branch 'kenneth/erl_docgen_dtdfix' into maint
* kenneth/erl_docgen_dtdfix:
Allow <chapter> without <section> in chapter dtd
-rw-r--r-- | lib/erl_docgen/priv/dtd/chapter.dtd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/erl_docgen/priv/dtd/chapter.dtd b/lib/erl_docgen/priv/dtd/chapter.dtd index a4c9e4040d..8d940b90f7 100644 --- a/lib/erl_docgen/priv/dtd/chapter.dtd +++ b/lib/erl_docgen/priv/dtd/chapter.dtd @@ -31,7 +31,7 @@ <!-- Structure --> <!ELEMENT chapter (header,(%block;|quote|warning|note|dont|do|br| - image|marker|table)*,section+) > + image|marker|table)*,section*) > <!ELEMENT section (marker*,title, (%block;|quote|warning|note|dont|do|br|image|marker| table|section)*) > |