docs: close paragraphs before preformatted text
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 18 Apr 2019 14:12:08 +0000 (16:12 +0200)
committerErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 2 May 2019 11:09:16 +0000 (11:09 +0000)
commit41573d486fb933012ffb411b49b5cb56b3605865
treecf77f4a9418c38b56c3b9d46007e6a5db0cfb4f2
parent5630540a275216d0f1387f249765c03bbc6b64ea
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>
docs/application-issues.html
docs/download.html
docs/meson.html
docs/submittingpatches.html