diff options
author | Erik Faye-Lund <[email protected]> | 2019-05-06 12:57:15 +0200 |
---|---|---|
committer | Erik Faye-Lund <[email protected]> | 2019-05-08 07:18:15 +0000 |
commit | 269474b4283888c8ae13d7ed8a17359b898ff246 (patch) | |
tree | 503a95a421d234218d117774f2af62c4689fd26e /docs/osmesa.html | |
parent | 87683ba0587a0d62d0b336143344ba283316bcb0 (diff) |
docs: renumber headings
It's generally frowned upon to have multiple H1 headings in HTML4. So
let's make sure each article has a primary heading for the article, and
that that heading is the title that is used in the sidebar.
While we're at it, let's update the title in the articles to match the
title from the sidebar as well.
Signed-off-by: Erik Faye-Lund <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs/osmesa.html')
-rw-r--r-- | docs/osmesa.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/osmesa.html b/docs/osmesa.html index c20aaa9f808..bf5a49e82d6 100644 --- a/docs/osmesa.html +++ b/docs/osmesa.html @@ -45,7 +45,7 @@ The OSMesa interface may be used with any of three software renderers: There are several examples of OSMesa in the mesa/demos repository. </p> -<h1>Building OSMesa</h1> +<h2>Building OSMesa</h2> <p> Configure and build Mesa with something like: |