Skip to content

Commit 09a6cb7

Browse files
committed
docs: fix various html tags mistakes
Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Ian Romanick <[email protected]>
1 parent 8034f5f commit 09a6cb7

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

docs/egl.html

+1
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ <h2>EGL Drivers</h2>
168168
<p>This driver can share DRI drivers with <code>libGL</code>.</p>
169169

170170
</dd>
171+
</dl>
171172

172173
<h2>Packaging</h2>
173174

docs/precompiled.html

+2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ <h1>Precompiled Libraries</h1>
2424
has to use unofficial channels.
2525
<br>
2626
There are some general directions:
27+
<ul>
2728
<li>Debian/Ubuntu based distros - PPA: xorg-edgers, oibaf and padoka</li>
2829
<li>Fedora - Corp: erp and che</li>
2930
<li>OpenSuse/SLES - OBS: X11:XOrg and pontostroy:X11</li>
3031
<li>Gentoo/Archlinux - officially provided/supported</li>
32+
</ul>
3133
</p>
3234

3335
</div>

docs/utilities.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h1>Development Utilities</h1>
3131
<dd>is a very useful tool for tracking down
3232
memory-related problems in your code.</dd>
3333

34-
<dt><a href="https://scan.coverity.com/projects/mesa">Coverity</a><dt>
34+
<dt><a href="https://scan.coverity.com/projects/mesa">Coverity</a></dt>
3535
<dd>provides static code analysis of Mesa. If you create an account
3636
you can see the results and try to fix outstanding issues.</dd>
3737
</dl>

0 commit comments

Comments
 (0)