From: Erik Faye-Lund Date: Thu, 18 Apr 2019 13:23:07 +0000 (+0200) Subject: docs: open list-item before closing it X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0c3bab776162b451f34ff14e015c56560ca9f9db;p=mesa.git 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 Reviewed-by: Eric Engestrom --- 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)
  • Removed support for the GL_ATI_envmap_bumpmap extension
  • 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
  • -The environment variable GALLIUM_MSAA that forced a multisample GLX visual was removed. +
  • The environment variable GALLIUM_MSAA that forced a multisample GLX visual was removed.