diff options
author | Kenneth Lundin <[email protected]> | 2017-09-18 14:53:31 +0200 |
---|---|---|
committer | Kenneth Lundin <[email protected]> | 2017-09-18 14:53:31 +0200 |
commit | 1ba62ea4f183885ee9e2e4872db9d7c205fb4c13 (patch) | |
tree | 8ef50e99391fa24d4503f78e54112cbc688a2f23 /lib/erl_docgen | |
parent | 345ebfe0ac2f2ca145accc14d93eef863905269f (diff) | |
parent | f40a0efc382925ebb9491eadad917769a52537fe (diff) | |
download | otp-1ba62ea4f183885ee9e2e4872db9d7c205fb4c13.tar.gz otp-1ba62ea4f183885ee9e2e4872db9d7c205fb4c13.tar.bz2 otp-1ba62ea4f183885ee9e2e4872db9d7c205fb4c13.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/erl_docgen')
-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)*) > |