nixos/manual: fix html <p> tag closure

This commit is contained in:
Pol Dellaiera
2023-06-28 13:50:48 +02:00
parent 1fe1484b87
commit 246000e996

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>'
)