diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-03-11 12:24:03 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-03-11 12:24:03 +0100 |
commit | 0099daa4739d635a7ab455450d531747b0f508d8 (patch) | |
tree | 26ca789ef1b107ff5d5d8d0d49779349cebca8f7 /appendices | |
parent | devbook.xsl: Drop unused variable in findNext and findPrevious (diff) | |
download | devmanual-0099daa4739d635a7ab455450d531747b0f508d8.tar.gz devmanual-0099daa4739d635a7ab455450d531747b0f508d8.tar.bz2 devmanual-0099daa4739d635a7ab455450d531747b0f508d8.zip |
devbook-guide: Fix typo
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'appendices')
-rw-r--r-- | appendices/devbook-guide/text.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appendices/devbook-guide/text.xml b/appendices/devbook-guide/text.xml index d37bbce..8b3f80c 100644 --- a/appendices/devbook-guide/text.xml +++ b/appendices/devbook-guide/text.xml @@ -564,7 +564,7 @@ Both sections are described next. <p> <b>Newlines</b> must be placed immediately after <e>every</e> DevBook XML tag -(both opening as closing), except for: +(both opening and closing), except for: <c><title></c>, <c><th></c>, <c><ti></c>, <c><li></c>, <c><dt></c>, <c><dd></c>, |