Date: Mon, 28 Dec 2020 18:45:25 GMT From: Benedict Reuschling <bcr@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: a496aac425 - main - Fix two remaining igor warnings by making content appear right after <para> Message-ID: <202012281845.0BSIjPiw097232@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bcr: URL: https://cgit.FreeBSD.org/doc/commit/?id=a496aac425a025b7bb76d5a545bc9ef95e3c4123 commit a496aac425a025b7bb76d5a545bc9ef95e3c4123 Author: Benedict Reuschling <bcr@FreeBSD.org> AuthorDate: 2020-12-28 18:44:40 +0000 Commit: Benedict Reuschling <bcr@FreeBSD.org> CommitDate: 2020-12-28 18:44:40 +0000 Fix two remaining igor warnings by making content appear right after <para> --- en_US.ISO8859-1/books/handbook/preface/preface.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/preface/preface.xml b/en_US.ISO8859-1/books/handbook/preface/preface.xml index b407afb658..f140ec1e93 100644 --- a/en_US.ISO8859-1/books/handbook/preface/preface.xml +++ b/en_US.ISO8859-1/books/handbook/preface/preface.xml @@ -681,8 +681,7 @@ simultaneously are shown with `<literal>+</literal>' between the keys, such as:</para> - <para> - <keycombo action="simul"> + <para><keycombo action="simul"> <keycap>Ctrl</keycap> <keycap>Alt</keycap> <keycap>Del</keycap></keycombo></para> @@ -694,8 +693,7 @@ <para>Keys that are meant to be typed in sequence will be separated with commas, for example:</para> - <para> - <keycombo action="simul"> + <para><keycombo action="simul"> <keycap>Ctrl</keycap> <keycap>X</keycap> </keycombo>,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012281845.0BSIjPiw097232>