Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/nxml-gentoo-schemas:master commit in: /
Date: Wed, 22 Jan 2020 19:54:59
Message-Id: 1579722869.d7285c11f633a9a5356226ed523048e223384c9e.ulm@gentoo
1 commit: d7285c11f633a9a5356226ed523048e223384c9e
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 22 19:54:29 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 22 19:54:29 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/commit/?id=d7285c11
7
8 devbook.rnc: Update from DTD.
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 devbook.rnc | 6 ++----
13 1 file changed, 2 insertions(+), 4 deletions(-)
14
15 diff --git a/devbook.rnc b/devbook.rnc
16 index 758d836..96edb20 100644
17 --- a/devbook.rnc
18 +++ b/devbook.rnc
19 @@ -1,4 +1,4 @@
20 -# Copyright 2019 Gentoo Authors
21 +# Copyright 2019-2020 Gentoo Authors
22
23 # Distributed under the terms of the MIT/X11 license
24
25 @@ -85,10 +85,8 @@ figure.attlist &=
26 attribute link { text },
27 attribute short { text }?,
28 attribute caption { text }?
29 -table = element table { table.attlist, tcolumn*, tr+ }
30 +table = element table { table.attlist, tr+ }
31 table.attlist &= empty
32 -tcolumn = element tcolumn { tcolumn.attlist, empty }
33 -tcolumn.attlist &= attribute width { text }
34 tr = element tr { tr.attlist, (th | ti)+ }
35 tr.attlist &= empty
36 th = element th { th.attlist, (text | inline.class)* }