summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Lundin <kenneth.lundin@ericsson.com>2017-09-18 14:37:55 +0200
committerKenneth Lundin <kenneth.lundin@ericsson.com>2017-09-18 14:37:55 +0200
commitf40a0efc382925ebb9491eadad917769a52537fe (patch)
tree8d411ec78154e42d130904080e167a63570110e4
parent70dc180c85793a32e8b30c0db3b66add1b789bfb (diff)
parentf531c0937beeb27b158155db92e58915d5fdf894 (diff)
downloaderlang-f40a0efc382925ebb9491eadad917769a52537fe.tar.gz
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.dtd2
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)*) >