From 41573d486fb933012ffb411b49b5cb56b3605865 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Thu, 18 Apr 2019 16:12:08 +0200 Subject: docs: close paragraphs before preformatted text It's illegal to nest block-level elements such as
 inside 

in HTML. This means that when the paragraphs gets closed after a

-tag,
we end up closing a non-existent tag, so the browser inserts a dummy

-tag. This is entirely pointless, so let's just close these tags before the

-tag instead.

Signed-off-by: Erik Faye-Lund 
Reviewed-by: Eric Engestrom 
---
 docs/application-issues.html | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'docs/application-issues.html')

diff --git a/docs/application-issues.html b/docs/application-issues.html
index 005d9f585fb..a0fdf9c30f4 100644
--- a/docs/application-issues.html
+++ b/docs/application-issues.html
@@ -62,9 +62,11 @@ older than the given year.
 
 

For example, if the game was released in 2001, do +

 export MESA_EXTENSION_MAX_YEAR=2001
 
+

before running the game.

-- cgit v1.2.3