commit: aa26b473992dd1df1417153b0b03cae6cfe28f8a
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 26 16:47:01 2019 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Dec 26 16:47:01 2019 +0000
URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=aa26b473
devbook.dtd: Fix guide element.
There must be exactly one chapter in each file.
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
devbook.dtd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devbook.dtd b/devbook.dtd
index dac1815..d60930e 100644
--- a/devbook.dtd
+++ b/devbook.dtd
@@ -9,7 +9,7 @@
<!ENTITY % inline.class "sup|sub|b|c|d|e|path|uri">
<!ENTITY % all.class "%block.class;|%inline.class;">
-<!ELEMENT guide (include|chapter)+>
+<!ELEMENT guide (chapter,include*)>
<!ATTLIST guide root (true) #IMPLIED
self CDATA #IMPLIED>