summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Faye-Lund <[email protected]>2020-01-16 17:21:50 +0100
committerErik Faye-Lund <[email protected]>2020-01-17 13:18:25 +0100
commita0d25c4d87e104087b647d5837a47a025b4235a5 (patch)
tree68d3db98d2ae415a48acfafa66dfbd5f30db8567
parent750d664226e7afdb52cc306ada19e8bfb9b6c97e (diff)
docs: fix paragraphs
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 <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3431>
-rw-r--r--docs/install.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/install.html b/docs/install.html
index 1afbf5dd241..e31c7728cfb 100644
--- a/docs/install.html
+++ b/docs/install.html
@@ -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>