Mesa (staging/19.3): docs: fix paragraphs

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jan 21 20:16:13 UTC 2020


Module: Mesa
Branch: staging/19.3
Commit: a2d83eea376671527f680a7865d1f2dd0bf32550
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a2d83eea376671527f680a7865d1f2dd0bf32550

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Thu Jan 16 17:21:50 2020 +0100

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 <dylan at pnwbakers.com>
Reviewed-by: Eric Engestrom <eric at engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3431>
(cherry picked from commit a0d25c4d87e104087b647d5837a47a025b4235a5)

---

 .pick_status.json | 2 +-
 docs/install.html | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.pick_status.json b/.pick_status.json
index 6c499b4c287..a74b0660636 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -1102,7 +1102,7 @@
         "description": "docs: fix paragraphs",
         "nominated": true,
         "nomination_type": 1,
-        "resolution": 0,
+        "resolution": 1,
         "master_sha": null,
         "because_sha": "c0dfe8c6dfd913011d4637a05d93e36a8425dbea"
     },
diff --git a/docs/install.html b/docs/install.html
index ec186fb84af..a365de2b47d 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>



More information about the mesa-commit mailing list