diff options
author | Erik Faye-Lund <[email protected]> | 2019-04-18 15:42:14 +0200 |
---|---|---|
committer | Erik Faye-Lund <[email protected]> | 2019-05-02 11:09:15 +0000 |
commit | 5b2a7062ff69b64af0128fb3b878343695beaa5a (patch) | |
tree | 10a8a1f2df81445d216ef86b404027550da153e1 /docs/relnotes | |
parent | 13b990000fb5ecc7ca490ef50d3a29ee6777b5b9 (diff) |
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 <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs/relnotes')
-rw-r--r-- | docs/relnotes/11.1.0.html | 2 |
1 files changed, 1 insertions, 1 deletions
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. <li>GL_EXT_blend_func_extended on all drivers that support the ARB version</li> <li>GL_EXT_buffer_storage implemented for when ES 3.1 support is gained</li> <li>GL_EXT_draw_elements_base_vertex on all drivers</li> -<li>GL_EXT_texture_compression_rgtc / latc on freedreno (a3xx & a4xx)</li> +<li>GL_EXT_texture_compression_rgtc / latc on freedreno (a3xx & a4xx)</li> <li>GL_KHR_debug (GLES)</li> <li>GL_NV_conditional_render on freedreno</li> <li>GL_OES_draw_elements_base_vertex on all drivers</li> |