From 5b2a7062ff69b64af0128fb3b878343695beaa5a Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Thu, 18 Apr 2019 15:42:14 +0200 Subject: docs: properly escape ampersand Even in preformatted blocks, ampersands should be escaped. Let's correct this, in case of strict parsers. Signed-off-by: Erik Faye-Lund Reviewed-by: Eric Engestrom --- docs/relnotes/11.1.0.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/relnotes') diff --git a/docs/relnotes/11.1.0.html b/docs/relnotes/11.1.0.html index 9dd21dd3173..9ba2d76d4c5 100644 --- a/docs/relnotes/11.1.0.html +++ b/docs/relnotes/11.1.0.html @@ -72,7 +72,7 @@ Note: some of the new features are only available with certain drivers.
  • GL_EXT_blend_func_extended on all drivers that support the ARB version
  • GL_EXT_buffer_storage implemented for when ES 3.1 support is gained
  • GL_EXT_draw_elements_base_vertex on all drivers
  • -
  • GL_EXT_texture_compression_rgtc / latc on freedreno (a3xx & a4xx)
  • +
  • GL_EXT_texture_compression_rgtc / latc on freedreno (a3xx & a4xx)
  • GL_KHR_debug (GLES)
  • GL_NV_conditional_render on freedreno
  • GL_OES_draw_elements_base_vertex on all drivers
  • -- cgit v1.2.3