commit: 7b57dc9b70fec1d7c38c7a160e7f90b0e1063d89 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sun Mar 1 12:30:00 2020 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sun Mar 1 12:30:00 2020 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=7b57dc9b
devbook-guide: Flip order of <important> and <warning> examples. Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> appendices/devbook-guide/text.xml | 16 ++++++++-------- 1 file 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. </note> -<warning> -This is a warning. -</warning> - <important> This is important. </important> + +<warning> +This is a warning. +</warning> </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>
