aboutsummaryrefslogtreecommitdiffstats
path: root/docs/relnotes/8.0.html
diff options
context:
space:
mode:
authorErik Faye-Lund <[email protected]>2019-05-28 13:34:34 +0200
committerErik Faye-Lund <[email protected]>2019-06-05 23:48:44 +0200
commit0ee366960c32067b528077c49362c468364d0206 (patch)
treef46e95dfdf4ccf6271e945db8a3c676ab8d7d712 /docs/relnotes/8.0.html
parentd60dc5d16f2f8947555e08c0745efcdc5dbb1e64 (diff)
docs: use code instead of tt-tag
The tt-tag has been removed from HTML5, so let's normalize this to code-tags intead. This just makes things a bit more consistent, as we've mixed these left and right so far anyway. Signed-off-by: Erik Faye-Lund <[email protected]> Reviewed-by: Emil Velikov <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs/relnotes/8.0.html')
-rw-r--r--docs/relnotes/8.0.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/relnotes/8.0.html b/docs/relnotes/8.0.html
index 1959a077651..37d6e6304ef 100644
--- a/docs/relnotes/8.0.html
+++ b/docs/relnotes/8.0.html
@@ -71,7 +71,7 @@ for DRI hardware acceleration.
"ICD" drivers.</li>
<li>Removed the linux-fbdev software driver.</li>
<li>Removed all remnants of paletted texture support. As required by
- desktop OpenGL, <tt>GL_COLOR_INDEX</tt> data can still be uploaded
+ desktop OpenGL, <code>GL_COLOR_INDEX</code> data can still be uploaded
to a color (e.g., RGBA) texture. However, the data cannot be stored
internally as color-index.</li>
<li>Removed support for GL_APPLE_client_storage extension.</li>