commit | 41573d486fb933012ffb411b49b5cb56b3605865 | [log] [tgz] |
---|---|---|
author | Erik Faye-Lund <erik.faye-lund@collabora.com> | Thu Apr 18 16:12:08 2019 +0200 |
committer | Erik Faye-Lund <erik.faye-lund@collabora.com> | Thu May 02 11:09:16 2019 +0000 |
tree | cf77f4a9418c38b56c3b9d46007e6a5db0cfb4f2 | |
parent | 5630540a275216d0f1387f249765c03bbc6b64ea [diff] |
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>