docs: close paragraphs before preformatted text

It's illegal to nest block-level elements such as <pre> inside <p> in
HTML. This means that when the paragraphs gets closed after a <pre>-tag,
we end up closing a non-existent tag, so the browser inserts a dummy
<p>-tag. This is entirely pointless, so let's just close these tags
before the <pre>-tag instead.

Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
Erik Faye-Lund
2019-04-18 16:12:08 +02:00
parent 5630540a27
commit 41573d486f
4 changed files with 8 additions and 6 deletions

View File

@@ -239,8 +239,8 @@ your email administrator for this.)
<p>
Tick the following when creating the MR. It allows developers to
rebase your work on top of master.
<pre>Allow commits from members who can merge to the target branch</pre>
</p>
<pre>Allow commits from members who can merge to the target branch</pre>
<p>
If you revise your patches based on code review and push an update
to your branch, you should maintain a <strong>clean</strong> history