[Mesa-dev] [PATCH mesa 2/3] docs: fix various html tags mistakes
Eric Engestrom
eric.engestrom at intel.com
Wed May 23 13:37:00 UTC 2018
Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>
---
docs/egl.html | 1 +
docs/precompiled.html | 2 ++
docs/utilities.html | 2 +-
3 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/docs/egl.html b/docs/egl.html
index 3d8a85b4e7eecb1c07a1..2bc8f2372728822c69d6 100644
--- a/docs/egl.html
+++ b/docs/egl.html
@@ -168,6 +168,7 @@ <h2>EGL Drivers</h2>
<p>This driver can share DRI drivers with <code>libGL</code>.</p>
</dd>
+</dl>
<h2>Packaging</h2>
diff --git a/docs/precompiled.html b/docs/precompiled.html
index d1f4acec4d9e9cd81ffe..97dc1ff4bd8c7163aee7 100644
--- a/docs/precompiled.html
+++ b/docs/precompiled.html
@@ -24,10 +24,12 @@ <h1>Precompiled Libraries</h1>
has to use unofficial channels.
<br>
There are some general directions:
+<ul>
<li>Debian/Ubuntu based distros - PPA: xorg-edgers, oibaf and padoka</li>
<li>Fedora - Corp: erp and che</li>
<li>OpenSuse/SLES - OBS: X11:XOrg and pontostroy:X11</li>
<li>Gentoo/Archlinux - officially provided/supported</li>
+</ul>
</p>
</div>
diff --git a/docs/utilities.html b/docs/utilities.html
index c141abeefef7db7a0ff8..222e73438974eb29cb69 100644
--- a/docs/utilities.html
+++ b/docs/utilities.html
@@ -31,7 +31,7 @@ <h1>Development Utilities</h1>
<dd>is a very useful tool for tracking down
memory-related problems in your code.</dd>
- <dt><a href="https://scan.coverity.com/projects/mesa">Coverity</a><dt>
+ <dt><a href="https://scan.coverity.com/projects/mesa">Coverity</a></dt>
<dd>provides static code analysis of Mesa. If you create an account
you can see the results and try to fix outstanding issues.</dd>
</dl>
--
Cheers,
Eric
More information about the mesa-dev
mailing list