Bug 258077

Summary: handbook/preface: Unneeded </para> tag
Product: Documentation Reporter: retired account <bartosz.duszel>
Component: Books & ArticlesAssignee: Danilo G. Baio <dbaio>
Status: Closed FIXED    
Severity: Affects Many People CC: dbaio
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Remove unneeded </para> tag none

Description retired account 2021-08-27 08:07:45 UTC
Created attachment 227467 [details]
Remove unneeded </para> tag

In the English version of the handbook there is an unneeded </para> tag visible in the Preface chapter.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-08-27 12:22:29 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/doc/commit/?id=1d2ebbdb9e4e80d3dcdf46f76de52e36a1b02ea9

commit 1d2ebbdb9e4e80d3dcdf46f76de52e36a1b02ea9
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2021-08-27 12:17:55 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2021-08-27 12:17:55 +0000

    handbook/preface: Cleanup old markup

    A '</para>' was added by mistake in 71ff8d6f01f0e3828ad68a0d7847b32c7cbab9e1.

    PR:             258077
    Reported by:    bartosz.duszel@protonmail.com

 documentation/content/en/books/handbook/preface/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Danilo G. Baio freebsd_committer freebsd_triage 2021-08-27 12:23:38 UTC
Committed, thanks!