Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: /
Date: Thu, 26 Dec 2019 16:47:36
Message-Id: 1577378821.aa26b473992dd1df1417153b0b03cae6cfe28f8a.ulm@gentoo
1 commit: aa26b473992dd1df1417153b0b03cae6cfe28f8a
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 26 16:47:01 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 26 16:47:01 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=aa26b473
7
8 devbook.dtd: Fix guide element.
9
10 There must be exactly one chapter in each file.
11
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 devbook.dtd | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/devbook.dtd b/devbook.dtd
18 index dac1815..d60930e 100644
19 --- a/devbook.dtd
20 +++ b/devbook.dtd
21 @@ -9,7 +9,7 @@
22 <!ENTITY % inline.class "sup|sub|b|c|d|e|path|uri">
23 <!ENTITY % all.class "%block.class;|%inline.class;">
24
25 -<!ELEMENT guide (include|chapter)+>
26 +<!ELEMENT guide (chapter,include*)>
27 <!ATTLIST guide root (true) #IMPLIED
28 self CDATA #IMPLIED>