diff options
author | Erik Faye-Lund <[email protected]> | 2019-04-18 15:23:07 +0200 |
---|---|---|
committer | Erik Faye-Lund <[email protected]> | 2019-05-02 11:09:15 +0000 |
commit | 0c3bab776162b451f34ff14e015c56560ca9f9db (patch) | |
tree | 1449be6be99c83d91c89f3dc4cf38540613e3391 /docs/relnotes | |
parent | 7eee13c46794da1317cb865879611ec236fd9a3a (diff) |
docs: open list-item before closing it
A list-item must be openened before it can be closed. So let's replace
this closing tag with an opening tag.
Signed-off-by: Erik Faye-Lund <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs/relnotes')
-rw-r--r-- | docs/relnotes/10.3.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/relnotes/10.3.html b/docs/relnotes/10.3.html index e3ee7b1d5c1..1340c0790b8 100644 --- a/docs/relnotes/10.3.html +++ b/docs/relnotes/10.3.html @@ -327,7 +327,7 @@ DRM drivers that don't have a full-fledged GEM (such as qxl or simpledrm)</li> <li>Removed support for the GL_ATI_envmap_bumpmap extension</li> <li>The hacky --enable-32/64-bit is no longer available in configure. To build 32/64 bit mesa refer to the default method recommended by your distribution</li> -</li>The environment variable GALLIUM_MSAA that forced a multisample GLX visual was removed.</li> +<li>The environment variable GALLIUM_MSAA that forced a multisample GLX visual was removed.</li> </ul> </div> |