docs: move paragraph closing tag
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 16 Jan 2020 16:39:39 +0000 (17:39 +0100)
committerErik Faye-Lund <erik.faye-lund@collabora.com>
Fri, 17 Jan 2020 12:19:03 +0000 (13:19 +0100)
commitb387f68f49abc995605098178a3c643f3a9cfe41
tree1172396faa71dda87561acf14dbd16e756bf06e3
parenta370cfd96ed11463a9e76c1d9bc42eb5f3858fde
docs: move paragraph closing tag

The pre-tag right before is a block-level tag, which means it implicitly
terminates the paragraph. So there's no paragraph to close after this.
Instead, move the paragraph-closing before the pre-tag, to explicitly
close the paragraph.

Fixes: 41b3eb08d9f "docs: update meson docs for windows"
Acked-by: Dylan Baker <dylan@pnwbakers.com>
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3431>
docs/meson.html