summaryrefslogtreecommitdiff
path: root/docs/devinfo.html
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2019-04-18 15:38:01 +0200
committerErik Faye-Lund <erik.faye-lund@collabora.com>2019-05-02 11:09:15 +0000
commit92917e82e866155dd1d9300186e3be97cd673b47 (patch)
treefbf497e9311c52a0668af87639d184192ae258bf /docs/devinfo.html
parent0c3bab776162b451f34ff14e015c56560ca9f9db (diff)
docs: close paragraphs before lists
paragraphs can't contain lists, and attempting to close them after the list just cause an extra, empty paragraph to be created. We don't want that, so let's close the paragraphs before the list intead. Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Diffstat (limited to 'docs/devinfo.html')
-rw-r--r--docs/devinfo.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/devinfo.html b/docs/devinfo.html
index 02d6473266f..62982f5b4f5 100644
--- a/docs/devinfo.html
+++ b/docs/devinfo.html
@@ -25,6 +25,7 @@
<p>
To add a new GL extension to Mesa you have to do at least the following.
+</p>
<ul>
<li>
@@ -73,7 +74,6 @@ To add a new GL extension to Mesa you have to do at least the following.
tests are run using 'meson test'
</li>
</ul>
-</p>