summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Lundin <kenneth.lundin@ericsson.com>2017-09-15 09:34:20 +0200
committerKenneth Lundin <kenneth.lundin@ericsson.com>2017-09-15 09:34:20 +0200
commitf531c0937beeb27b158155db92e58915d5fdf894 (patch)
treebbfbbe19e9426ecf43ff63971e713429c29df84e
parentdbe18b8380b0619c60cd57c803a9204c04eceadb (diff)
downloaderlang-f531c0937beeb27b158155db92e58915d5fdf894.tar.gz
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)*) >