diff options
author | Kenneth Lundin <[email protected]> | 2017-09-15 09:34:20 +0200 |
---|---|---|
committer | Kenneth Lundin <[email protected]> | 2017-09-15 09:34:20 +0200 |
commit | f531c0937beeb27b158155db92e58915d5fdf894 (patch) | |
tree | bbfbbe19e9426ecf43ff63971e713429c29df84e /lib | |
parent | dbe18b8380b0619c60cd57c803a9204c04eceadb (diff) | |
download | otp-f531c0937beeb27b158155db92e58915d5fdf894.tar.gz otp-f531c0937beeb27b158155db92e58915d5fdf894.tar.bz2 otp-f531c0937beeb27b158155db92e58915d5fdf894.zip |
Allow <chapter> without <section> in chapter dtd
Diffstat (limited to 'lib')
-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)*) > |