docs: fix paragraphs
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 16 Jan 2020 16:21:50 +0000 (17:21 +0100)
committerErik Faye-Lund <erik.faye-lund@collabora.com>
Fri, 17 Jan 2020 12:18:25 +0000 (13:18 +0100)
Paragraphs are terminated by pre-tags, so the latter one closes a new,
empty one. Let's split the paragraph in two around the pre-tag instead.

Fixes: c0dfe8c6dfd "docs: do not use div for line-breaking"
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/install.html

index 1afbf5dd241244fede275d7b49806a1bde6a394a..e31c7728cfba7ffeafa1bc0c7ca267d88f9ba6a8 100644 (file)
@@ -74,7 +74,9 @@ Python Mako module is required. Version 0.8.0 or later should work.
 On Linux systems, flex and bison versions 2.5.35 and 2.4.1, respectively,
 (or later) should work.
 On Windows with MinGW, install flex and bison with:
+</p>
 <pre>mingw-get install msys-flex msys-bison</pre>
+<p>
 For MSVC on Windows, install
 <a href="http://winflexbison.sourceforge.net/">Win flex-bison</a>.
 </p>