aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2020-03-01 13:30:00 +0100
committerUlrich Müller <ulm@gentoo.org>2020-03-01 13:30:00 +0100
commit7b57dc9b70fec1d7c38c7a160e7f90b0e1063d89 (patch)
tree42d9b7525112363a957805a6e0630ef7703eb435
parentappendices/contributing: Update information on how to build. (diff)
downloaddevmanual-7b57dc9b.tar.gz
devmanual-7b57dc9b.tar.bz2
devmanual-7b57dc9b.zip
devbook-guide: Flip order of <important> and <warning> examples.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--appendices/devbook-guide/text.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/appendices/devbook-guide/text.xml b/appendices/devbook-guide/text.xml
index 212b637..26de10e 100644
--- a/appendices/devbook-guide/text.xml
+++ b/appendices/devbook-guide/text.xml
@@ -178,13 +178,13 @@ Make HTML/XML easier to read by using selective emphasis:
This is a note.
&lt;/note&gt;
-&lt;warning&gt;
-This is a warning.
-&lt;/warning&gt;
-
&lt;important&gt;
This is important.
&lt;/important&gt;
+
+&lt;warning&gt;
+This is a warning.
+&lt;/warning&gt;
</codesample>
<p>
@@ -211,14 +211,14 @@ Make HTML/XML easier to read by using selective emphasis:
This is a note.
</note>
-<warning>
-This is a warning.
-</warning>
-
<important>
This is important.
</important>
+<warning>
+This is a warning.
+</warning>
+
</body>
</subsection>
<subsection>