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>
This commit is contained in:
Erik Faye-Lund
2019-04-18 15:38:01 +02:00
parent 0c3bab7761
commit 92917e82e8
6 changed files with 23 additions and 23 deletions

View File

@@ -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>