docs: close paragraphs before preformatted text
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 18 Apr 2019 14:12:08 +0000 (16:12 +0200)
committerErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 2 May 2019 11:09:16 +0000 (11:09 +0000)
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>
docs/application-issues.html
docs/download.html
docs/meson.html
docs/submittingpatches.html

index 005d9f585fb28f7423ce6693548c756f2ecf0a34..a0fdf9c30f4c20ec7936fdaabbbef2339e2f67a6 100644 (file)
@@ -62,9 +62,11 @@ older than the given year.
 
 <p>
 For example, if the game was released in 2001, do
+</p>
 <pre>
 export MESA_EXTENSION_MAX_YEAR=2001
 </pre>
+<p>
 before running the game.
 </p>
 
index 840f363cdf6b1a672e6880d2ff140ec81fec20fe..3807f836d142e51f272d952e54e11e4d76ba82ba 100644 (file)
@@ -46,14 +46,14 @@ Mesa releases are available in two formats: <tt>.tar.xz</tt> and <tt>.tar.gz</tt
 
 <p>
 To unpack the tarball:
+</p>
 <pre>
        tar xf mesa-Y.N.P.tar.xz
 </pre>
-or
+<p>or</p>
 <pre>
        tar xf mesa-Y.N.P.tar.gz
 </pre>
-</p>
 
 
 <h1>Contents</h1>
index b516a459c3ac82802f96111a25ac9c4335f43ceb..f52ec08fbbf83cd228ce562b9939aca975bce038 100644 (file)
@@ -357,6 +357,7 @@ of those, as they'll have the right values for your system:
 
 <p>
 32-bit build on x86 linux:
+</p>
 <pre>
 [binaries]
 c = '/usr/bin/gcc'
@@ -378,10 +379,10 @@ cpu_family = 'x86'
 cpu = 'i686'
 endian = 'little'
 </pre>
-</p>
 
 <p>
 64-bit build on ARM linux:
+</p>
 <pre>
 [binaries]
 c = '/usr/bin/aarch64-linux-gnu-gcc'
@@ -397,10 +398,10 @@ cpu_family = 'aarch64'
 cpu = 'aarch64'
 endian = 'little'
 </pre>
-</p>
 
 <p>
 64-bit build on x86 windows:
+</p>
 <pre>
 [binaries]
 c = '/usr/bin/x86_64-w64-mingw32-gcc'
@@ -416,7 +417,6 @@ cpu_family = 'x86_64'
 cpu = 'i686'
 endian = 'little'
 </pre>
-</p>
 
 </div>
 </body>
index 6b9a07357b364ca29b8e2ac15882364824b68f9f..4afa56f5e0bd8332e08aea159063d009642616ec 100644 (file)
@@ -239,8 +239,8 @@ your email administrator for this.)
 <p>
   Tick the following when creating the MR. It allows developers to
   rebase your work on top of master.
-  <pre>Allow commits from members who can merge to the target branch</pre>
 </p>
+<pre>Allow commits from members who can merge to the target branch</pre>
 <p>
   If you revise your patches based on code review and push an update
   to your branch, you should maintain a <strong>clean</strong> history