docs: drop h1 in header

It's generally frowned upon to have more than one H1 per document in
HTML4. So let's put the text directly inside the header. This means we
can drop the flex-based centering, which makes things a bit easier. We
also need to change the padding to rem instead of em, because the em has
now changed.

Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
diff --git a/docs/application-issues.html b/docs/application-issues.html
index a0fdf9c..7407137 100644
--- a/docs/application-issues.html
+++ b/docs/application-issues.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="contents.html"></iframe>
diff --git a/docs/bugs.html b/docs/bugs.html
index 9b63180..457c0b7 100644
--- a/docs/bugs.html
+++ b/docs/bugs.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="contents.html"></iframe>
diff --git a/docs/codingstyle.html b/docs/codingstyle.html
index b502c7a..3284ca6 100644
--- a/docs/codingstyle.html
+++ b/docs/codingstyle.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="contents.html"></iframe>
diff --git a/docs/conform.html b/docs/conform.html
index 19ed4c5..1c3a2a4 100644
--- a/docs/conform.html
+++ b/docs/conform.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="contents.html"></iframe>
diff --git a/docs/debugging.html b/docs/debugging.html
index 43c29db..bd21e5c 100644
--- a/docs/debugging.html
+++ b/docs/debugging.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="contents.html"></iframe>
diff --git a/docs/developers.html b/docs/developers.html
index 372bd38..52cec2e 100644
--- a/docs/developers.html
+++ b/docs/developers.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="contents.html"></iframe>
diff --git a/docs/devinfo.html b/docs/devinfo.html
index 62982f5..07d154b 100644
--- a/docs/devinfo.html
+++ b/docs/devinfo.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="contents.html"></iframe>
diff --git a/docs/dispatch.html b/docs/dispatch.html
index c9c958e..19570bc 100644
--- a/docs/dispatch.html
+++ b/docs/dispatch.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="contents.html"></iframe>
diff --git a/docs/download.html b/docs/download.html
index d53d120..617aea4 100644
--- a/docs/download.html
+++ b/docs/download.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="contents.html"></iframe>
diff --git a/docs/egl.html b/docs/egl.html
index c42c370..58759b4 100644
--- a/docs/egl.html
+++ b/docs/egl.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="contents.html"></iframe>
diff --git a/docs/envvars.html b/docs/envvars.html
index 43d3a6c..e4d929e 100644
--- a/docs/envvars.html
+++ b/docs/envvars.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="contents.html"></iframe>
diff --git a/docs/extensions.html b/docs/extensions.html
index e4e9ab1..ffdad88 100644
--- a/docs/extensions.html
+++ b/docs/extensions.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="contents.html"></iframe>
diff --git a/docs/faq.html b/docs/faq.html
index f4b511d..a85c69c 100644
--- a/docs/faq.html
+++ b/docs/faq.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="contents.html"></iframe>
diff --git a/docs/helpwanted.html b/docs/helpwanted.html
index 2b56647..4425590 100644
--- a/docs/helpwanted.html
+++ b/docs/helpwanted.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="contents.html"></iframe>
diff --git a/docs/index.html b/docs/index.html
index 960f2db..5e9b62a 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="contents.html"></iframe>
diff --git a/docs/install.html b/docs/install.html
index 4730a0c..06c7f28 100644
--- a/docs/install.html
+++ b/docs/install.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="contents.html"></iframe>
diff --git a/docs/intro.html b/docs/intro.html
index 47cc698..99b58fd 100644
--- a/docs/intro.html
+++ b/docs/intro.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="contents.html"></iframe>
diff --git a/docs/license.html b/docs/license.html
index 6ba6ce9..9630211 100644
--- a/docs/license.html
+++ b/docs/license.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="contents.html"></iframe>
diff --git a/docs/lists.html b/docs/lists.html
index 399bd33..0dd3d54 100644
--- a/docs/lists.html
+++ b/docs/lists.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="contents.html"></iframe>
diff --git a/docs/llvmpipe.html b/docs/llvmpipe.html
index 10faaa4..90001e1 100644
--- a/docs/llvmpipe.html
+++ b/docs/llvmpipe.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="contents.html"></iframe>
diff --git a/docs/mesa.css b/docs/mesa.css
index 0d0b915..f7f37b2 100644
--- a/docs/mesa.css
+++ b/docs/mesa.css
@@ -43,13 +43,8 @@
 
 .header {
 	background: url('gears.png') 15px no-repeat, black url('gears.png') right no-repeat;
-	padding: 2em;
-	display: flex;
+	padding: 1.75rem;
 	text-align: center;
-}
-
-.header h1 {
 	color: white;
 	font: x-large sans-serif;
-	margin: auto;
 }
diff --git a/docs/meson.html b/docs/meson.html
index 32ed59e..b64bcc3 100644
--- a/docs/meson.html
+++ b/docs/meson.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="contents.html"></iframe>
diff --git a/docs/opengles.html b/docs/opengles.html
index 6abf265..926482a 100644
--- a/docs/opengles.html
+++ b/docs/opengles.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="contents.html"></iframe>
diff --git a/docs/osmesa.html b/docs/osmesa.html
index bf5a49e..cc806ca 100644
--- a/docs/osmesa.html
+++ b/docs/osmesa.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="contents.html"></iframe>
diff --git a/docs/perf.html b/docs/perf.html
index 907389b..e4040dc 100644
--- a/docs/perf.html
+++ b/docs/perf.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="contents.html"></iframe>
diff --git a/docs/postprocess.html b/docs/postprocess.html
index 58f7fde..2e9fb85 100644
--- a/docs/postprocess.html
+++ b/docs/postprocess.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="contents.html"></iframe>
diff --git a/docs/precompiled.html b/docs/precompiled.html
index 12c4388..22fac6c 100644
--- a/docs/precompiled.html
+++ b/docs/precompiled.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="contents.html"></iframe>
diff --git a/docs/release-calendar.html b/docs/release-calendar.html
index 6ae9e40..c98676b 100644
--- a/docs/release-calendar.html
+++ b/docs/release-calendar.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="contents.html"></iframe>
diff --git a/docs/releasing.html b/docs/releasing.html
index d4aa37a..12f24fe 100644
--- a/docs/releasing.html
+++ b/docs/releasing.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="contents.html"></iframe>
diff --git a/docs/relnotes.html b/docs/relnotes.html
index d056171..f0a9fc5 100644
--- a/docs/relnotes.html
+++ b/docs/relnotes.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="contents.html"></iframe>
diff --git a/docs/relnotes/10.0.1.html b/docs/relnotes/10.0.1.html
index b3f900b..6a9a0f6 100644
--- a/docs/relnotes/10.0.1.html
+++ b/docs/relnotes/10.0.1.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.0.2.html b/docs/relnotes/10.0.2.html
index f3824df..c2d2b2c 100644
--- a/docs/relnotes/10.0.2.html
+++ b/docs/relnotes/10.0.2.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.0.3.html b/docs/relnotes/10.0.3.html
index ce0dcf0..c27eaa1 100644
--- a/docs/relnotes/10.0.3.html
+++ b/docs/relnotes/10.0.3.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.0.4.html b/docs/relnotes/10.0.4.html
index 9f94726..20cbd8a 100644
--- a/docs/relnotes/10.0.4.html
+++ b/docs/relnotes/10.0.4.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.0.5.html b/docs/relnotes/10.0.5.html
index 3e08ee1..a9de019 100644
--- a/docs/relnotes/10.0.5.html
+++ b/docs/relnotes/10.0.5.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.0.html b/docs/relnotes/10.0.html
index 4622f45..b69e367 100644
--- a/docs/relnotes/10.0.html
+++ b/docs/relnotes/10.0.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.1.1.html b/docs/relnotes/10.1.1.html
index 8899748..9cc6b3f 100644
--- a/docs/relnotes/10.1.1.html
+++ b/docs/relnotes/10.1.1.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.1.2.html b/docs/relnotes/10.1.2.html
index ebc9aad..5cb253c 100644
--- a/docs/relnotes/10.1.2.html
+++ b/docs/relnotes/10.1.2.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.1.3.html b/docs/relnotes/10.1.3.html
index 84130cf..4c5741e 100644
--- a/docs/relnotes/10.1.3.html
+++ b/docs/relnotes/10.1.3.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.1.4.html b/docs/relnotes/10.1.4.html
index 60392ae..7595f27 100644
--- a/docs/relnotes/10.1.4.html
+++ b/docs/relnotes/10.1.4.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.1.5.html b/docs/relnotes/10.1.5.html
index 094df24..76cffef 100644
--- a/docs/relnotes/10.1.5.html
+++ b/docs/relnotes/10.1.5.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.1.6.html b/docs/relnotes/10.1.6.html
index 026acb2..dd6182a 100644
--- a/docs/relnotes/10.1.6.html
+++ b/docs/relnotes/10.1.6.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.1.html b/docs/relnotes/10.1.html
index 9913882..09bd6ec 100644
--- a/docs/relnotes/10.1.html
+++ b/docs/relnotes/10.1.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.2.1.html b/docs/relnotes/10.2.1.html
index 0d67864..d0050ee 100644
--- a/docs/relnotes/10.2.1.html
+++ b/docs/relnotes/10.2.1.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.2.2.html b/docs/relnotes/10.2.2.html
index 536333d..584754d 100644
--- a/docs/relnotes/10.2.2.html
+++ b/docs/relnotes/10.2.2.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.2.3.html b/docs/relnotes/10.2.3.html
index a478228..215dfd5 100644
--- a/docs/relnotes/10.2.3.html
+++ b/docs/relnotes/10.2.3.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.2.4.html b/docs/relnotes/10.2.4.html
index 9ded829..01f9a88 100644
--- a/docs/relnotes/10.2.4.html
+++ b/docs/relnotes/10.2.4.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.2.5.html b/docs/relnotes/10.2.5.html
index a75d9b5..47a375f 100644
--- a/docs/relnotes/10.2.5.html
+++ b/docs/relnotes/10.2.5.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.2.6.html b/docs/relnotes/10.2.6.html
index 73c1416..5028767 100644
--- a/docs/relnotes/10.2.6.html
+++ b/docs/relnotes/10.2.6.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.2.7.html b/docs/relnotes/10.2.7.html
index 1439e40..fa5d3a2 100644
--- a/docs/relnotes/10.2.7.html
+++ b/docs/relnotes/10.2.7.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.2.8.html b/docs/relnotes/10.2.8.html
index 307cc43..fb645d2 100644
--- a/docs/relnotes/10.2.8.html
+++ b/docs/relnotes/10.2.8.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.2.9.html b/docs/relnotes/10.2.9.html
index 7a9f639..7e1aab1 100644
--- a/docs/relnotes/10.2.9.html
+++ b/docs/relnotes/10.2.9.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.2.html b/docs/relnotes/10.2.html
index 3619070..a30085d 100644
--- a/docs/relnotes/10.2.html
+++ b/docs/relnotes/10.2.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.3.1.html b/docs/relnotes/10.3.1.html
index 7de0506..3a2b9e3 100644
--- a/docs/relnotes/10.3.1.html
+++ b/docs/relnotes/10.3.1.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.3.2.html b/docs/relnotes/10.3.2.html
index 4c08f65..6bdbb5f 100644
--- a/docs/relnotes/10.3.2.html
+++ b/docs/relnotes/10.3.2.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.3.3.html b/docs/relnotes/10.3.3.html
index 3ca6496..de8747a 100644
--- a/docs/relnotes/10.3.3.html
+++ b/docs/relnotes/10.3.3.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.3.4.html b/docs/relnotes/10.3.4.html
index bc29462..7464f4a 100644
--- a/docs/relnotes/10.3.4.html
+++ b/docs/relnotes/10.3.4.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.3.5.html b/docs/relnotes/10.3.5.html
index 8efb303..e8b24b6 100644
--- a/docs/relnotes/10.3.5.html
+++ b/docs/relnotes/10.3.5.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.3.6.html b/docs/relnotes/10.3.6.html
index 84db587..b2b0d81 100644
--- a/docs/relnotes/10.3.6.html
+++ b/docs/relnotes/10.3.6.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.3.7.html b/docs/relnotes/10.3.7.html
index 10302cf..70cbd39 100644
--- a/docs/relnotes/10.3.7.html
+++ b/docs/relnotes/10.3.7.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.3.html b/docs/relnotes/10.3.html
index 1340c07..bf370c9 100644
--- a/docs/relnotes/10.3.html
+++ b/docs/relnotes/10.3.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.4.1.html b/docs/relnotes/10.4.1.html
index 206320b..c2bd2a4 100644
--- a/docs/relnotes/10.4.1.html
+++ b/docs/relnotes/10.4.1.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.4.2.html b/docs/relnotes/10.4.2.html
index 51d751d..b1e6909 100644
--- a/docs/relnotes/10.4.2.html
+++ b/docs/relnotes/10.4.2.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.4.3.html b/docs/relnotes/10.4.3.html
index 6fffa05..375bfed 100644
--- a/docs/relnotes/10.4.3.html
+++ b/docs/relnotes/10.4.3.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.4.4.html b/docs/relnotes/10.4.4.html
index 6f33523..d574c69 100644
--- a/docs/relnotes/10.4.4.html
+++ b/docs/relnotes/10.4.4.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.4.5.html b/docs/relnotes/10.4.5.html
index 0a0a22b..7c09c19 100644
--- a/docs/relnotes/10.4.5.html
+++ b/docs/relnotes/10.4.5.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.4.6.html b/docs/relnotes/10.4.6.html
index 22647f6..136d569 100644
--- a/docs/relnotes/10.4.6.html
+++ b/docs/relnotes/10.4.6.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.4.7.html b/docs/relnotes/10.4.7.html
index 0191353..a9c2efd 100644
--- a/docs/relnotes/10.4.7.html
+++ b/docs/relnotes/10.4.7.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.4.html b/docs/relnotes/10.4.html
index f46fd68..ec1cc01 100644
--- a/docs/relnotes/10.4.html
+++ b/docs/relnotes/10.4.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.5.0.html b/docs/relnotes/10.5.0.html
index 1d3dd88..3218d6b 100644
--- a/docs/relnotes/10.5.0.html
+++ b/docs/relnotes/10.5.0.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.5.1.html b/docs/relnotes/10.5.1.html
index a9b91fa..0e5fe5a 100644
--- a/docs/relnotes/10.5.1.html
+++ b/docs/relnotes/10.5.1.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.5.2.html b/docs/relnotes/10.5.2.html
index 9114199..d25d64f 100644
--- a/docs/relnotes/10.5.2.html
+++ b/docs/relnotes/10.5.2.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.5.3.html b/docs/relnotes/10.5.3.html
index e5e0d30..61818d9 100644
--- a/docs/relnotes/10.5.3.html
+++ b/docs/relnotes/10.5.3.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.5.4.html b/docs/relnotes/10.5.4.html
index 4c466d0..42b7d79 100644
--- a/docs/relnotes/10.5.4.html
+++ b/docs/relnotes/10.5.4.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.5.5.html b/docs/relnotes/10.5.5.html
index fc8247c..2d0dda2 100644
--- a/docs/relnotes/10.5.5.html
+++ b/docs/relnotes/10.5.5.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.5.6.html b/docs/relnotes/10.5.6.html
index 0046b8f..b2d414b 100644
--- a/docs/relnotes/10.5.6.html
+++ b/docs/relnotes/10.5.6.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.5.7.html b/docs/relnotes/10.5.7.html
index 68c8385..e34c024 100644
--- a/docs/relnotes/10.5.7.html
+++ b/docs/relnotes/10.5.7.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.5.8.html b/docs/relnotes/10.5.8.html
index 6239400..143e852 100644
--- a/docs/relnotes/10.5.8.html
+++ b/docs/relnotes/10.5.8.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.5.9.html b/docs/relnotes/10.5.9.html
index a1d11c3..33c6811 100644
--- a/docs/relnotes/10.5.9.html
+++ b/docs/relnotes/10.5.9.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.6.0.html b/docs/relnotes/10.6.0.html
index ebd1f10..3c76573 100644
--- a/docs/relnotes/10.6.0.html
+++ b/docs/relnotes/10.6.0.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.6.1.html b/docs/relnotes/10.6.1.html
index f197b0f..1c0d336 100644
--- a/docs/relnotes/10.6.1.html
+++ b/docs/relnotes/10.6.1.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.6.2.html b/docs/relnotes/10.6.2.html
index d95417a..42ff600 100644
--- a/docs/relnotes/10.6.2.html
+++ b/docs/relnotes/10.6.2.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.6.3.html b/docs/relnotes/10.6.3.html
index 1622c87..3859c34 100644
--- a/docs/relnotes/10.6.3.html
+++ b/docs/relnotes/10.6.3.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.6.4.html b/docs/relnotes/10.6.4.html
index 168182e..0d6954a 100644
--- a/docs/relnotes/10.6.4.html
+++ b/docs/relnotes/10.6.4.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.6.5.html b/docs/relnotes/10.6.5.html
index e7326ff..697144d 100644
--- a/docs/relnotes/10.6.5.html
+++ b/docs/relnotes/10.6.5.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.6.6.html b/docs/relnotes/10.6.6.html
index eaf54c4..731da93 100644
--- a/docs/relnotes/10.6.6.html
+++ b/docs/relnotes/10.6.6.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.6.7.html b/docs/relnotes/10.6.7.html
index 3810edc..ff9efb9 100644
--- a/docs/relnotes/10.6.7.html
+++ b/docs/relnotes/10.6.7.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.6.8.html b/docs/relnotes/10.6.8.html
index a5abd44..0f7c7ab 100644
--- a/docs/relnotes/10.6.8.html
+++ b/docs/relnotes/10.6.8.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/10.6.9.html b/docs/relnotes/10.6.9.html
index 9d155fa..e35fbfc 100644
--- a/docs/relnotes/10.6.9.html
+++ b/docs/relnotes/10.6.9.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/11.0.0.html b/docs/relnotes/11.0.0.html
index 7d08201..9db286a 100644
--- a/docs/relnotes/11.0.0.html
+++ b/docs/relnotes/11.0.0.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/11.0.1.html b/docs/relnotes/11.0.1.html
index 9051e7c..58cee43 100644
--- a/docs/relnotes/11.0.1.html
+++ b/docs/relnotes/11.0.1.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/11.0.2.html b/docs/relnotes/11.0.2.html
index 651e5e7..47332e7 100644
--- a/docs/relnotes/11.0.2.html
+++ b/docs/relnotes/11.0.2.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/11.0.3.html b/docs/relnotes/11.0.3.html
index e839c21..e5f5946 100644
--- a/docs/relnotes/11.0.3.html
+++ b/docs/relnotes/11.0.3.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/11.0.4.html b/docs/relnotes/11.0.4.html
index a777b9d..4a59513 100644
--- a/docs/relnotes/11.0.4.html
+++ b/docs/relnotes/11.0.4.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/11.0.5.html b/docs/relnotes/11.0.5.html
index d825b05..7a94952 100644
--- a/docs/relnotes/11.0.5.html
+++ b/docs/relnotes/11.0.5.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/11.0.6.html b/docs/relnotes/11.0.6.html
index 4a1083c..46c2f8e 100644
--- a/docs/relnotes/11.0.6.html
+++ b/docs/relnotes/11.0.6.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/11.0.7.html b/docs/relnotes/11.0.7.html
index 704cbbe..9bf263a 100644
--- a/docs/relnotes/11.0.7.html
+++ b/docs/relnotes/11.0.7.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/11.0.8.html b/docs/relnotes/11.0.8.html
index ce6e1d6..1ff5f93 100644
--- a/docs/relnotes/11.0.8.html
+++ b/docs/relnotes/11.0.8.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/11.0.9.html b/docs/relnotes/11.0.9.html
index 3bfb52b..9849dc7 100644
--- a/docs/relnotes/11.0.9.html
+++ b/docs/relnotes/11.0.9.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/11.1.0.html b/docs/relnotes/11.1.0.html
index 9b137c7..b9f018b 100644
--- a/docs/relnotes/11.1.0.html
+++ b/docs/relnotes/11.1.0.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/11.1.1.html b/docs/relnotes/11.1.1.html
index 3383f70..1c17875 100644
--- a/docs/relnotes/11.1.1.html
+++ b/docs/relnotes/11.1.1.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/11.1.2.html b/docs/relnotes/11.1.2.html
index 43938a6..bc40afe 100644
--- a/docs/relnotes/11.1.2.html
+++ b/docs/relnotes/11.1.2.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/11.1.3.html b/docs/relnotes/11.1.3.html
index 46e40ea..c9a06f2 100644
--- a/docs/relnotes/11.1.3.html
+++ b/docs/relnotes/11.1.3.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/11.1.4.html b/docs/relnotes/11.1.4.html
index 739077e..b6676ae 100644
--- a/docs/relnotes/11.1.4.html
+++ b/docs/relnotes/11.1.4.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/11.2.0.html b/docs/relnotes/11.2.0.html
index b0d0a60..6e839da 100644
--- a/docs/relnotes/11.2.0.html
+++ b/docs/relnotes/11.2.0.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/11.2.1.html b/docs/relnotes/11.2.1.html
index a59c745..2a2f62b 100644
--- a/docs/relnotes/11.2.1.html
+++ b/docs/relnotes/11.2.1.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/11.2.2.html b/docs/relnotes/11.2.2.html
index 4f634b8..69a34be 100644
--- a/docs/relnotes/11.2.2.html
+++ b/docs/relnotes/11.2.2.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/12.0.0.html b/docs/relnotes/12.0.0.html
index 4f11bbd..ecb9cc7 100644
--- a/docs/relnotes/12.0.0.html
+++ b/docs/relnotes/12.0.0.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/12.0.1.html b/docs/relnotes/12.0.1.html
index 1b7976d..601eef3 100644
--- a/docs/relnotes/12.0.1.html
+++ b/docs/relnotes/12.0.1.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/12.0.2.html b/docs/relnotes/12.0.2.html
index 385ef08..2aa21b5 100644
--- a/docs/relnotes/12.0.2.html
+++ b/docs/relnotes/12.0.2.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/12.0.3.html b/docs/relnotes/12.0.3.html
index 70e704b..31afac8 100644
--- a/docs/relnotes/12.0.3.html
+++ b/docs/relnotes/12.0.3.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/12.0.4.html b/docs/relnotes/12.0.4.html
index eaa9ba5..438260f 100644
--- a/docs/relnotes/12.0.4.html
+++ b/docs/relnotes/12.0.4.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/12.0.5.html b/docs/relnotes/12.0.5.html
index 08fa068..827e957 100644
--- a/docs/relnotes/12.0.5.html
+++ b/docs/relnotes/12.0.5.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/12.0.6.html b/docs/relnotes/12.0.6.html
index 14dd8db..2b6c89a 100644
--- a/docs/relnotes/12.0.6.html
+++ b/docs/relnotes/12.0.6.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/13.0.0.html b/docs/relnotes/13.0.0.html
index 8258066..063dc78 100644
--- a/docs/relnotes/13.0.0.html
+++ b/docs/relnotes/13.0.0.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/13.0.1.html b/docs/relnotes/13.0.1.html
index 0ce9fc1..3f34cd1 100644
--- a/docs/relnotes/13.0.1.html
+++ b/docs/relnotes/13.0.1.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/13.0.2.html b/docs/relnotes/13.0.2.html
index 2f50199..8af6652 100644
--- a/docs/relnotes/13.0.2.html
+++ b/docs/relnotes/13.0.2.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/13.0.3.html b/docs/relnotes/13.0.3.html
index 59bc47d..0d0e56e 100644
--- a/docs/relnotes/13.0.3.html
+++ b/docs/relnotes/13.0.3.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/13.0.4.html b/docs/relnotes/13.0.4.html
index 6acc61a..328e5ff 100644
--- a/docs/relnotes/13.0.4.html
+++ b/docs/relnotes/13.0.4.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/13.0.5.html b/docs/relnotes/13.0.5.html
index 1794ef5..235988f 100644
--- a/docs/relnotes/13.0.5.html
+++ b/docs/relnotes/13.0.5.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/13.0.6.html b/docs/relnotes/13.0.6.html
index 9183fc4..8b0b3dd 100644
--- a/docs/relnotes/13.0.6.html
+++ b/docs/relnotes/13.0.6.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/17.0.0.html b/docs/relnotes/17.0.0.html
index 3822e6c..6a22e21 100644
--- a/docs/relnotes/17.0.0.html
+++ b/docs/relnotes/17.0.0.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/17.0.1.html b/docs/relnotes/17.0.1.html
index c09728c..01cdd49 100644
--- a/docs/relnotes/17.0.1.html
+++ b/docs/relnotes/17.0.1.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/17.0.2.html b/docs/relnotes/17.0.2.html
index 2df08a8..ccbe973 100644
--- a/docs/relnotes/17.0.2.html
+++ b/docs/relnotes/17.0.2.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/17.0.3.html b/docs/relnotes/17.0.3.html
index afc9333..f01b48b 100644
--- a/docs/relnotes/17.0.3.html
+++ b/docs/relnotes/17.0.3.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/17.0.4.html b/docs/relnotes/17.0.4.html
index 16629d1..4056495 100644
--- a/docs/relnotes/17.0.4.html
+++ b/docs/relnotes/17.0.4.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/17.0.5.html b/docs/relnotes/17.0.5.html
index 7703bf8..4e59355 100644
--- a/docs/relnotes/17.0.5.html
+++ b/docs/relnotes/17.0.5.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/17.0.6.html b/docs/relnotes/17.0.6.html
index b6b44e2..37bca55 100644
--- a/docs/relnotes/17.0.6.html
+++ b/docs/relnotes/17.0.6.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/17.0.7.html b/docs/relnotes/17.0.7.html
index 76e5bc6..e7eb765 100644
--- a/docs/relnotes/17.0.7.html
+++ b/docs/relnotes/17.0.7.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/17.1.0.html b/docs/relnotes/17.1.0.html
index 6e7f849..f9209c2 100644
--- a/docs/relnotes/17.1.0.html
+++ b/docs/relnotes/17.1.0.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/17.1.1.html b/docs/relnotes/17.1.1.html
index ae9d233..a856242 100644
--- a/docs/relnotes/17.1.1.html
+++ b/docs/relnotes/17.1.1.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/17.1.10.html b/docs/relnotes/17.1.10.html
index a3c78d0..9c18b79 100644
--- a/docs/relnotes/17.1.10.html
+++ b/docs/relnotes/17.1.10.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/17.1.2.html b/docs/relnotes/17.1.2.html
index 8f6d694..22e59f2 100644
--- a/docs/relnotes/17.1.2.html
+++ b/docs/relnotes/17.1.2.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/17.1.3.html b/docs/relnotes/17.1.3.html
index 9504fa9..085c134 100644
--- a/docs/relnotes/17.1.3.html
+++ b/docs/relnotes/17.1.3.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/17.1.4.html b/docs/relnotes/17.1.4.html
index e5d60af..9df18ea 100644
--- a/docs/relnotes/17.1.4.html
+++ b/docs/relnotes/17.1.4.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/17.1.5.html b/docs/relnotes/17.1.5.html
index 653ba09..ddb7861 100644
--- a/docs/relnotes/17.1.5.html
+++ b/docs/relnotes/17.1.5.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/17.1.6.html b/docs/relnotes/17.1.6.html
index 555fd56..8df01c3 100644
--- a/docs/relnotes/17.1.6.html
+++ b/docs/relnotes/17.1.6.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/17.1.7.html b/docs/relnotes/17.1.7.html
index 664def1..160fb22 100644
--- a/docs/relnotes/17.1.7.html
+++ b/docs/relnotes/17.1.7.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/17.1.8.html b/docs/relnotes/17.1.8.html
index b8dfe0c..1ec1368 100644
--- a/docs/relnotes/17.1.8.html
+++ b/docs/relnotes/17.1.8.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/17.1.9.html b/docs/relnotes/17.1.9.html
index b1812df..5a60a97 100644
--- a/docs/relnotes/17.1.9.html
+++ b/docs/relnotes/17.1.9.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/17.2.0.html b/docs/relnotes/17.2.0.html
index 1b815d0..fa67e80 100644
--- a/docs/relnotes/17.2.0.html
+++ b/docs/relnotes/17.2.0.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/17.2.1.html b/docs/relnotes/17.2.1.html
index 37873cd..147b13c 100644
--- a/docs/relnotes/17.2.1.html
+++ b/docs/relnotes/17.2.1.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/17.2.2.html b/docs/relnotes/17.2.2.html
index cc358f4..f4744f2 100644
--- a/docs/relnotes/17.2.2.html
+++ b/docs/relnotes/17.2.2.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/17.2.3.html b/docs/relnotes/17.2.3.html
index 6e2aea6..bd78b8c 100644
--- a/docs/relnotes/17.2.3.html
+++ b/docs/relnotes/17.2.3.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/17.2.4.html b/docs/relnotes/17.2.4.html
index 218e1a4..59c5c8e 100644
--- a/docs/relnotes/17.2.4.html
+++ b/docs/relnotes/17.2.4.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/17.2.5.html b/docs/relnotes/17.2.5.html
index 9d145e6..9c3e5da 100644
--- a/docs/relnotes/17.2.5.html
+++ b/docs/relnotes/17.2.5.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/17.2.6.html b/docs/relnotes/17.2.6.html
index 860c9dd..53a5914 100644
--- a/docs/relnotes/17.2.6.html
+++ b/docs/relnotes/17.2.6.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/17.2.7.html b/docs/relnotes/17.2.7.html
index b64b010..a099665 100644
--- a/docs/relnotes/17.2.7.html
+++ b/docs/relnotes/17.2.7.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/17.2.8.html b/docs/relnotes/17.2.8.html
index 6e53285..06348bc 100644
--- a/docs/relnotes/17.2.8.html
+++ b/docs/relnotes/17.2.8.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/17.3.0.html b/docs/relnotes/17.3.0.html
index 943603d..43a83a2 100644
--- a/docs/relnotes/17.3.0.html
+++ b/docs/relnotes/17.3.0.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/17.3.1.html b/docs/relnotes/17.3.1.html
index 51c9051..43b3184 100644
--- a/docs/relnotes/17.3.1.html
+++ b/docs/relnotes/17.3.1.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/17.3.2.html b/docs/relnotes/17.3.2.html
index 39630a9..45903ac 100644
--- a/docs/relnotes/17.3.2.html
+++ b/docs/relnotes/17.3.2.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/17.3.3.html b/docs/relnotes/17.3.3.html
index 350701a..dacd0ee 100644
--- a/docs/relnotes/17.3.3.html
+++ b/docs/relnotes/17.3.3.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/17.3.4.html b/docs/relnotes/17.3.4.html
index 8515757..a157ef4 100644
--- a/docs/relnotes/17.3.4.html
+++ b/docs/relnotes/17.3.4.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/17.3.5.html b/docs/relnotes/17.3.5.html
index bd772f3..fbe821e 100644
--- a/docs/relnotes/17.3.5.html
+++ b/docs/relnotes/17.3.5.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/17.3.6.html b/docs/relnotes/17.3.6.html
index de8518a..e6e7f24 100644
--- a/docs/relnotes/17.3.6.html
+++ b/docs/relnotes/17.3.6.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/17.3.7.html b/docs/relnotes/17.3.7.html
index 5627667..4bbcda7 100644
--- a/docs/relnotes/17.3.7.html
+++ b/docs/relnotes/17.3.7.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/17.3.8.html b/docs/relnotes/17.3.8.html
index 55dce6d..e06a132 100644
--- a/docs/relnotes/17.3.8.html
+++ b/docs/relnotes/17.3.8.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/17.3.9.html b/docs/relnotes/17.3.9.html
index 5075737..a3a79bd 100644
--- a/docs/relnotes/17.3.9.html
+++ b/docs/relnotes/17.3.9.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/18.0.0.html b/docs/relnotes/18.0.0.html
index 9b7951b..b2c904a 100644
--- a/docs/relnotes/18.0.0.html
+++ b/docs/relnotes/18.0.0.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/18.0.1.html b/docs/relnotes/18.0.1.html
index 3d4943a..1931379 100644
--- a/docs/relnotes/18.0.1.html
+++ b/docs/relnotes/18.0.1.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/18.0.2.html b/docs/relnotes/18.0.2.html
index e2d6038..e98ad81 100644
--- a/docs/relnotes/18.0.2.html
+++ b/docs/relnotes/18.0.2.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/18.0.3.html b/docs/relnotes/18.0.3.html
index 267c173..1194ac0 100644
--- a/docs/relnotes/18.0.3.html
+++ b/docs/relnotes/18.0.3.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/18.0.4.html b/docs/relnotes/18.0.4.html
index 3f738bd..9f35bec 100644
--- a/docs/relnotes/18.0.4.html
+++ b/docs/relnotes/18.0.4.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/18.0.5.html b/docs/relnotes/18.0.5.html
index 6ae66c7..81f492b 100644
--- a/docs/relnotes/18.0.5.html
+++ b/docs/relnotes/18.0.5.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/18.1.0.html b/docs/relnotes/18.1.0.html
index 1e1f86f..1876a9e 100644
--- a/docs/relnotes/18.1.0.html
+++ b/docs/relnotes/18.1.0.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/18.1.1.html b/docs/relnotes/18.1.1.html
index 0ea3a1f..a4949b3 100644
--- a/docs/relnotes/18.1.1.html
+++ b/docs/relnotes/18.1.1.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/18.1.2.html b/docs/relnotes/18.1.2.html
index 526ce03..1e1a66a 100644
--- a/docs/relnotes/18.1.2.html
+++ b/docs/relnotes/18.1.2.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/18.1.3.html b/docs/relnotes/18.1.3.html
index 18c8f04..1e28dd2 100644
--- a/docs/relnotes/18.1.3.html
+++ b/docs/relnotes/18.1.3.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/18.1.4.html b/docs/relnotes/18.1.4.html
index a004c90..f1708a0 100644
--- a/docs/relnotes/18.1.4.html
+++ b/docs/relnotes/18.1.4.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/18.1.5.html b/docs/relnotes/18.1.5.html
index 245ade2..66bd533 100644
--- a/docs/relnotes/18.1.5.html
+++ b/docs/relnotes/18.1.5.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/18.1.6.html b/docs/relnotes/18.1.6.html
index 1e92548..3b9bb03 100644
--- a/docs/relnotes/18.1.6.html
+++ b/docs/relnotes/18.1.6.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/18.1.7.html b/docs/relnotes/18.1.7.html
index 9f4baac..e0a8ee6 100644
--- a/docs/relnotes/18.1.7.html
+++ b/docs/relnotes/18.1.7.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/18.1.8.html b/docs/relnotes/18.1.8.html
index 90b46f2..7d751ed 100644
--- a/docs/relnotes/18.1.8.html
+++ b/docs/relnotes/18.1.8.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/18.1.9.html b/docs/relnotes/18.1.9.html
index 7adfe7e..133a5cf 100644
--- a/docs/relnotes/18.1.9.html
+++ b/docs/relnotes/18.1.9.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/18.2.0.html b/docs/relnotes/18.2.0.html
index 968312c..04cff86 100644
--- a/docs/relnotes/18.2.0.html
+++ b/docs/relnotes/18.2.0.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/18.2.1.html b/docs/relnotes/18.2.1.html
index 23fb8f4..e1da785 100644
--- a/docs/relnotes/18.2.1.html
+++ b/docs/relnotes/18.2.1.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/18.2.2.html b/docs/relnotes/18.2.2.html
index 9793c03..9a91511 100644
--- a/docs/relnotes/18.2.2.html
+++ b/docs/relnotes/18.2.2.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/18.2.3.html b/docs/relnotes/18.2.3.html
index 596a0a1..0816d69 100644
--- a/docs/relnotes/18.2.3.html
+++ b/docs/relnotes/18.2.3.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/18.2.4.html b/docs/relnotes/18.2.4.html
index 5da4362..e476533 100644
--- a/docs/relnotes/18.2.4.html
+++ b/docs/relnotes/18.2.4.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/18.2.5.html b/docs/relnotes/18.2.5.html
index ac4690f..4e55e69 100644
--- a/docs/relnotes/18.2.5.html
+++ b/docs/relnotes/18.2.5.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/18.2.6.html b/docs/relnotes/18.2.6.html
index 576514d..7e42f60 100644
--- a/docs/relnotes/18.2.6.html
+++ b/docs/relnotes/18.2.6.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/18.2.7.html b/docs/relnotes/18.2.7.html
index 8ec1d76..63cee58 100644
--- a/docs/relnotes/18.2.7.html
+++ b/docs/relnotes/18.2.7.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/18.2.8.html b/docs/relnotes/18.2.8.html
index be7643e..342d105 100644
--- a/docs/relnotes/18.2.8.html
+++ b/docs/relnotes/18.2.8.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/18.3.0.html b/docs/relnotes/18.3.0.html
index 2a0b634..d382592 100644
--- a/docs/relnotes/18.3.0.html
+++ b/docs/relnotes/18.3.0.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/18.3.1.html b/docs/relnotes/18.3.1.html
index 8acbfb7..0b1d86f 100644
--- a/docs/relnotes/18.3.1.html
+++ b/docs/relnotes/18.3.1.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/18.3.2.html b/docs/relnotes/18.3.2.html
index 594b42c..ae7b883 100644
--- a/docs/relnotes/18.3.2.html
+++ b/docs/relnotes/18.3.2.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/18.3.3.html b/docs/relnotes/18.3.3.html
index d90a1d5..f3489b0 100644
--- a/docs/relnotes/18.3.3.html
+++ b/docs/relnotes/18.3.3.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/18.3.4.html b/docs/relnotes/18.3.4.html
index 5fc1bff..240bab6 100644
--- a/docs/relnotes/18.3.4.html
+++ b/docs/relnotes/18.3.4.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/18.3.5.html b/docs/relnotes/18.3.5.html
index ce862f4..0498867 100644
--- a/docs/relnotes/18.3.5.html
+++ b/docs/relnotes/18.3.5.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/18.3.6.html b/docs/relnotes/18.3.6.html
index 09f037b..e470b23 100644
--- a/docs/relnotes/18.3.6.html
+++ b/docs/relnotes/18.3.6.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/19.0.0.html b/docs/relnotes/19.0.0.html
index 43bce88..8fc00de 100644
--- a/docs/relnotes/19.0.0.html
+++ b/docs/relnotes/19.0.0.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/19.0.1.html b/docs/relnotes/19.0.1.html
index d5f82f9..1bdd069 100644
--- a/docs/relnotes/19.0.1.html
+++ b/docs/relnotes/19.0.1.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/19.0.2.html b/docs/relnotes/19.0.2.html
index e760bd4..c70416c 100644
--- a/docs/relnotes/19.0.2.html
+++ b/docs/relnotes/19.0.2.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/19.0.3.html b/docs/relnotes/19.0.3.html
index d0fe3de..bf26180 100644
--- a/docs/relnotes/19.0.3.html
+++ b/docs/relnotes/19.0.3.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/19.1.0.html b/docs/relnotes/19.1.0.html
index c27e65e..1d56032 100644
--- a/docs/relnotes/19.1.0.html
+++ b/docs/relnotes/19.1.0.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/6.4.1.html b/docs/relnotes/6.4.1.html
index c9df787..6a03004 100644
--- a/docs/relnotes/6.4.1.html
+++ b/docs/relnotes/6.4.1.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/6.4.2.html b/docs/relnotes/6.4.2.html
index 4c8a75c..3528f32 100644
--- a/docs/relnotes/6.4.2.html
+++ b/docs/relnotes/6.4.2.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/6.4.html b/docs/relnotes/6.4.html
index 9f7d9b8..f8ea3c0 100644
--- a/docs/relnotes/6.4.html
+++ b/docs/relnotes/6.4.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/6.5.1.html b/docs/relnotes/6.5.1.html
index 97a705a..3e8e688 100644
--- a/docs/relnotes/6.5.1.html
+++ b/docs/relnotes/6.5.1.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/6.5.2.html b/docs/relnotes/6.5.2.html
index e93055e..476e8ed 100644
--- a/docs/relnotes/6.5.2.html
+++ b/docs/relnotes/6.5.2.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/6.5.3.html b/docs/relnotes/6.5.3.html
index 207a36c..3f54bcb 100644
--- a/docs/relnotes/6.5.3.html
+++ b/docs/relnotes/6.5.3.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/6.5.html b/docs/relnotes/6.5.html
index de7a99a..4489610 100644
--- a/docs/relnotes/6.5.html
+++ b/docs/relnotes/6.5.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/7.0.1.html b/docs/relnotes/7.0.1.html
index 686f30d..eadb1f0 100644
--- a/docs/relnotes/7.0.1.html
+++ b/docs/relnotes/7.0.1.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/7.0.2.html b/docs/relnotes/7.0.2.html
index b69e549..a84fca6 100644
--- a/docs/relnotes/7.0.2.html
+++ b/docs/relnotes/7.0.2.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/7.0.3.html b/docs/relnotes/7.0.3.html
index ccc02e6..b0965fc 100644
--- a/docs/relnotes/7.0.3.html
+++ b/docs/relnotes/7.0.3.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/7.0.4.html b/docs/relnotes/7.0.4.html
index dbaf1b4..2bb2a5d 100644
--- a/docs/relnotes/7.0.4.html
+++ b/docs/relnotes/7.0.4.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/7.0.html b/docs/relnotes/7.0.html
index 850a5dc..a90eb1d 100644
--- a/docs/relnotes/7.0.html
+++ b/docs/relnotes/7.0.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/7.1.html b/docs/relnotes/7.1.html
index 03b2f36..a1554cc 100644
--- a/docs/relnotes/7.1.html
+++ b/docs/relnotes/7.1.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/7.10.1.html b/docs/relnotes/7.10.1.html
index 260cb9d..15eae10 100644
--- a/docs/relnotes/7.10.1.html
+++ b/docs/relnotes/7.10.1.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/7.10.2.html b/docs/relnotes/7.10.2.html
index 4703f5e..f81ac67 100644
--- a/docs/relnotes/7.10.2.html
+++ b/docs/relnotes/7.10.2.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/7.10.3.html b/docs/relnotes/7.10.3.html
index 9452735..a0951b4 100644
--- a/docs/relnotes/7.10.3.html
+++ b/docs/relnotes/7.10.3.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/7.10.html b/docs/relnotes/7.10.html
index 447465e..7d4ef51 100644
--- a/docs/relnotes/7.10.html
+++ b/docs/relnotes/7.10.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/7.11.1.html b/docs/relnotes/7.11.1.html
index 7579ef5..b8c40b7 100644
--- a/docs/relnotes/7.11.1.html
+++ b/docs/relnotes/7.11.1.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/7.11.2.html b/docs/relnotes/7.11.2.html
index 9b89fa3..b9dbff6 100644
--- a/docs/relnotes/7.11.2.html
+++ b/docs/relnotes/7.11.2.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/7.11.html b/docs/relnotes/7.11.html
index bd2ca5e..7effd97 100644
--- a/docs/relnotes/7.11.html
+++ b/docs/relnotes/7.11.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/7.2.html b/docs/relnotes/7.2.html
index 4c1ae7f..04f8d41 100644
--- a/docs/relnotes/7.2.html
+++ b/docs/relnotes/7.2.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/7.3.html b/docs/relnotes/7.3.html
index 7ff5ed1..349b6c5 100644
--- a/docs/relnotes/7.3.html
+++ b/docs/relnotes/7.3.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/7.4.1.html b/docs/relnotes/7.4.1.html
index 104f185..eb0543e 100644
--- a/docs/relnotes/7.4.1.html
+++ b/docs/relnotes/7.4.1.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/7.4.2.html b/docs/relnotes/7.4.2.html
index 770db8f..33a330d 100644
--- a/docs/relnotes/7.4.2.html
+++ b/docs/relnotes/7.4.2.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/7.4.3.html b/docs/relnotes/7.4.3.html
index ebe9730..393d5ea 100644
--- a/docs/relnotes/7.4.3.html
+++ b/docs/relnotes/7.4.3.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/7.4.4.html b/docs/relnotes/7.4.4.html
index 41fec5a..c2e175f 100644
--- a/docs/relnotes/7.4.4.html
+++ b/docs/relnotes/7.4.4.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/7.4.html b/docs/relnotes/7.4.html
index 0bfe68e..6f1aaaf 100644
--- a/docs/relnotes/7.4.html
+++ b/docs/relnotes/7.4.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/7.5.1.html b/docs/relnotes/7.5.1.html
index 5afd5c0..eb98e04 100644
--- a/docs/relnotes/7.5.1.html
+++ b/docs/relnotes/7.5.1.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/7.5.2.html b/docs/relnotes/7.5.2.html
index ce722c3..d2111b1 100644
--- a/docs/relnotes/7.5.2.html
+++ b/docs/relnotes/7.5.2.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/7.5.html b/docs/relnotes/7.5.html
index 29500e4..618eeaa 100644
--- a/docs/relnotes/7.5.html
+++ b/docs/relnotes/7.5.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/7.6.1.html b/docs/relnotes/7.6.1.html
index bc84f57..3d26c2f 100644
--- a/docs/relnotes/7.6.1.html
+++ b/docs/relnotes/7.6.1.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/7.6.html b/docs/relnotes/7.6.html
index c6eba1d..93cda76 100644
--- a/docs/relnotes/7.6.html
+++ b/docs/relnotes/7.6.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/7.7.1.html b/docs/relnotes/7.7.1.html
index 3a295a8..51ee74a 100644
--- a/docs/relnotes/7.7.1.html
+++ b/docs/relnotes/7.7.1.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/7.7.html b/docs/relnotes/7.7.html
index 46ee7c2..1ec88f3 100644
--- a/docs/relnotes/7.7.html
+++ b/docs/relnotes/7.7.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/7.8.1.html b/docs/relnotes/7.8.1.html
index 72317ca..3a99cbb 100644
--- a/docs/relnotes/7.8.1.html
+++ b/docs/relnotes/7.8.1.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/7.8.2.html b/docs/relnotes/7.8.2.html
index ab18402..17d1ca380 100644
--- a/docs/relnotes/7.8.2.html
+++ b/docs/relnotes/7.8.2.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/7.8.3.html b/docs/relnotes/7.8.3.html
index ad885f2..57502d3 100644
--- a/docs/relnotes/7.8.3.html
+++ b/docs/relnotes/7.8.3.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/7.8.html b/docs/relnotes/7.8.html
index d8cc3e9..29498ad 100644
--- a/docs/relnotes/7.8.html
+++ b/docs/relnotes/7.8.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/7.9.1.html b/docs/relnotes/7.9.1.html
index 7a9835e..0a59c5c 100644
--- a/docs/relnotes/7.9.1.html
+++ b/docs/relnotes/7.9.1.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/7.9.2.html b/docs/relnotes/7.9.2.html
index c98d7f8..9b9a095 100644
--- a/docs/relnotes/7.9.2.html
+++ b/docs/relnotes/7.9.2.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/7.9.html b/docs/relnotes/7.9.html
index 1e6baba..49149d4 100644
--- a/docs/relnotes/7.9.html
+++ b/docs/relnotes/7.9.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/8.0.1.html b/docs/relnotes/8.0.1.html
index 3cf61ad..f8e1dac 100644
--- a/docs/relnotes/8.0.1.html
+++ b/docs/relnotes/8.0.1.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/8.0.2.html b/docs/relnotes/8.0.2.html
index 9bb43a7..6f37f3c 100644
--- a/docs/relnotes/8.0.2.html
+++ b/docs/relnotes/8.0.2.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/8.0.3.html b/docs/relnotes/8.0.3.html
index 0586e28..96bd566 100644
--- a/docs/relnotes/8.0.3.html
+++ b/docs/relnotes/8.0.3.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/8.0.4.html b/docs/relnotes/8.0.4.html
index 00b3152..b2bd887 100644
--- a/docs/relnotes/8.0.4.html
+++ b/docs/relnotes/8.0.4.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/8.0.5.html b/docs/relnotes/8.0.5.html
index f8aeae8..277058a 100644
--- a/docs/relnotes/8.0.5.html
+++ b/docs/relnotes/8.0.5.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/8.0.html b/docs/relnotes/8.0.html
index d19ed3c..1959a07 100644
--- a/docs/relnotes/8.0.html
+++ b/docs/relnotes/8.0.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/9.0.1.html b/docs/relnotes/9.0.1.html
index cf8156d..5ce671b 100644
--- a/docs/relnotes/9.0.1.html
+++ b/docs/relnotes/9.0.1.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/9.0.2.html b/docs/relnotes/9.0.2.html
index affc23d..568af9b 100644
--- a/docs/relnotes/9.0.2.html
+++ b/docs/relnotes/9.0.2.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/9.0.3.html b/docs/relnotes/9.0.3.html
index 95a6b79..233d2ae 100644
--- a/docs/relnotes/9.0.3.html
+++ b/docs/relnotes/9.0.3.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/9.0.html b/docs/relnotes/9.0.html
index f3a6b7a..b629f88 100644
--- a/docs/relnotes/9.0.html
+++ b/docs/relnotes/9.0.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/9.1.1.html b/docs/relnotes/9.1.1.html
index 5c17074..e3a1885 100644
--- a/docs/relnotes/9.1.1.html
+++ b/docs/relnotes/9.1.1.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/9.1.2.html b/docs/relnotes/9.1.2.html
index 317ce2e0..c1287e0 100644
--- a/docs/relnotes/9.1.2.html
+++ b/docs/relnotes/9.1.2.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/9.1.3.html b/docs/relnotes/9.1.3.html
index 049bf0f0..5e149fd 100644
--- a/docs/relnotes/9.1.3.html
+++ b/docs/relnotes/9.1.3.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/9.1.4.html b/docs/relnotes/9.1.4.html
index f3e45ea..b6829a5 100644
--- a/docs/relnotes/9.1.4.html
+++ b/docs/relnotes/9.1.4.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/9.1.5.html b/docs/relnotes/9.1.5.html
index 05f35e8..6ab9bf0 100644
--- a/docs/relnotes/9.1.5.html
+++ b/docs/relnotes/9.1.5.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/9.1.6.html b/docs/relnotes/9.1.6.html
index c27b0a6..53227cd 100644
--- a/docs/relnotes/9.1.6.html
+++ b/docs/relnotes/9.1.6.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/9.1.7.html b/docs/relnotes/9.1.7.html
index 3647697..538eb38 100644
--- a/docs/relnotes/9.1.7.html
+++ b/docs/relnotes/9.1.7.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/9.1.html b/docs/relnotes/9.1.html
index 6ecb7c0..b795b1d 100644
--- a/docs/relnotes/9.1.html
+++ b/docs/relnotes/9.1.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/9.2.1.html b/docs/relnotes/9.2.1.html
index f9909dd..8070be8 100644
--- a/docs/relnotes/9.2.1.html
+++ b/docs/relnotes/9.2.1.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/9.2.2.html b/docs/relnotes/9.2.2.html
index c2666a4..87c5c69 100644
--- a/docs/relnotes/9.2.2.html
+++ b/docs/relnotes/9.2.2.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/9.2.3.html b/docs/relnotes/9.2.3.html
index 79b8fb2..6627d54 100644
--- a/docs/relnotes/9.2.3.html
+++ b/docs/relnotes/9.2.3.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/9.2.4.html b/docs/relnotes/9.2.4.html
index e4a6fd4..d8ba049 100644
--- a/docs/relnotes/9.2.4.html
+++ b/docs/relnotes/9.2.4.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/9.2.5.html b/docs/relnotes/9.2.5.html
index 027e1a4..bde4cd8 100644
--- a/docs/relnotes/9.2.5.html
+++ b/docs/relnotes/9.2.5.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/relnotes/9.2.html b/docs/relnotes/9.2.html
index 9e1c015..7b2b1f4 100644
--- a/docs/relnotes/9.2.html
+++ b/docs/relnotes/9.2.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="../contents.html"></iframe>
diff --git a/docs/repository.html b/docs/repository.html
index 328be5c..9ee2d88 100644
--- a/docs/repository.html
+++ b/docs/repository.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="contents.html"></iframe>
diff --git a/docs/shading.html b/docs/shading.html
index fb5ceb3..ae7b8e6 100644
--- a/docs/shading.html
+++ b/docs/shading.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="contents.html"></iframe>
diff --git a/docs/sourcedocs.html b/docs/sourcedocs.html
index 9e79f24..ac6fffe 100644
--- a/docs/sourcedocs.html
+++ b/docs/sourcedocs.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="contents.html"></iframe>
diff --git a/docs/sourcetree.html b/docs/sourcetree.html
index c07a75a..5ef74d9 100644
--- a/docs/sourcetree.html
+++ b/docs/sourcetree.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="contents.html"></iframe>
diff --git a/docs/submittingpatches.html b/docs/submittingpatches.html
index a8e3b06..020e73d 100644
--- a/docs/submittingpatches.html
+++ b/docs/submittingpatches.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="contents.html"></iframe>
diff --git a/docs/systems.html b/docs/systems.html
index 654ab62..2eed539 100644
--- a/docs/systems.html
+++ b/docs/systems.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="contents.html"></iframe>
diff --git a/docs/thanks.html b/docs/thanks.html
index 61a896f..19bb83e 100644
--- a/docs/thanks.html
+++ b/docs/thanks.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="contents.html"></iframe>
diff --git a/docs/utilities.html b/docs/utilities.html
index 5d7cb17..32b98b2 100644
--- a/docs/utilities.html
+++ b/docs/utilities.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="contents.html"></iframe>
diff --git a/docs/versions.html b/docs/versions.html
index a41251d..9b87835 100644
--- a/docs/versions.html
+++ b/docs/versions.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="contents.html"></iframe>
diff --git a/docs/viewperf.html b/docs/viewperf.html
index ed89ee2..56328a4 100644
--- a/docs/viewperf.html
+++ b/docs/viewperf.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="contents.html"></iframe>
diff --git a/docs/vmware-guest.html b/docs/vmware-guest.html
index 537b73a..dcc02c1 100644
--- a/docs/vmware-guest.html
+++ b/docs/vmware-guest.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="contents.html"></iframe>
diff --git a/docs/webmaster.html b/docs/webmaster.html
index c327921..1b60557 100644
--- a/docs/webmaster.html
+++ b/docs/webmaster.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="contents.html"></iframe>
diff --git a/docs/xlibdriver.html b/docs/xlibdriver.html
index b4de10e..0859bba 100644
--- a/docs/xlibdriver.html
+++ b/docs/xlibdriver.html
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="contents.html"></iframe>