Merge pull request #240327 from drupol/nixos/manual/fix-html-p-tag-closure

nixos/manual: fix html `<p>` tag closure
This commit is contained in:
Pol Dellaiera 2023-06-28 13:57:58 +02:00 committed by GitHub
commit d1e636cf56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -409,7 +409,7 @@ class ManualHTMLRenderer(RendererMixin, HTMLRenderer):
]
examples = (
'<div class="list-of-examples">'
'<p><strong>List of Examples</strong><p>'
'<p><strong>List of Examples</strong></p>'
f'<dl>{"".join(examples_entries)}</dl>'
'</div>'
)