I pushed this a few days ago and apparently failed to share it here.
Originally I failed to adjust the closing tags from </h5> to </h4>,
which I just fixed with a follow up patch.
Below the combination of both.
Gerald
---
htdocs/gcc-9/changes.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/htdocs/gcc-9/changes.html b/htdocs/gcc-9/changes.html
--- a/htdocs/gcc-9/changes.html
+++ b/htdocs/gcc-9/changes.html
@@ -843,7 +843,7 @@ $ g++ typo.cc
</li>
</ul>
-<h5 id="aarch64">AArch64 specific</h5>
+<h4 id="aarch64">AArch64 specific</h4>
<ul>
<li>
Support has been added for the Arm Neoverse E1 processor
@@ -880,7 +880,7 @@ $ g++ typo.cc
</li>
</ul>
-<h5 id="arm">Arm specific</h5>
+<h4 id="arm">Arm specific</h4>
<ul>
<li>
Support for the deprecated Armv2 and Armv3 architectures and their
--
2.54.0