aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-12-04 15:29:16 +0100
committerUlrich Müller <ulm@gentoo.org>2019-12-08 12:32:02 +0100
commitd97e0f8c27e2a8f95a57bdc88455fa84ecf3d3ea (patch)
tree62070b1cebbc34ccb877e65c3a227f7423955465 /eclass-writing
parentdevbook-guide: Rename <impo> and <warn>. (diff)
downloaddevmanual-d97e0f8c27e2a8f95a57bdc88455fa84ecf3d3ea.tar.gz
devmanual-d97e0f8c27e2a8f95a57bdc88455fa84ecf3d3ea.tar.bz2
devmanual-d97e0f8c27e2a8f95a57bdc88455fa84ecf3d3ea.zip
Fix <body> elements.
No sectioning elements are allowed inside <body>, according to the devbook guide. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass-writing')
-rw-r--r--eclass-writing/text.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass-writing/text.xml b/eclass-writing/text.xml
index 1bc1768..aeae19f 100644
--- a/eclass-writing/text.xml
+++ b/eclass-writing/text.xml
@@ -12,6 +12,7 @@ This section provides a brief introduction to eclass authoring.
You should reread the <uri link="::general-concepts/overlay#Overlay and Eclasses"/>
and <uri link="::general-concepts/portage-cache"/> sections before continuing.
</important>
+</body>
<section>
<title>Purpose of Eclasses</title>
@@ -773,8 +774,5 @@ esac
</codesample>
</body>
</section>
-
-</body>
-
</chapter>
</guide>