I - or rather the w3 validator :) - realized that the use of <a name> is deprecated, so use id attributes instead.
Gerald --- htdocs/gcc-11/changes.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index 8e6d4ec8..c9eb2295 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -1097,7 +1097,7 @@ is built as FAT libraries containing both 32 bit and 64 bit objects.</li> </ul> <!-- .................................................................. --> -<h2><a name="11.1">GCC 11.1</a></h2> +<h2 id="11.1">GCC 11.1</h2> <p>This is the <a href="https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=11.0">list of problem reports (PRs)</a> from GCC's bug tracking system that are @@ -1106,7 +1106,7 @@ complete (that is, it is possible that some PRs that have been fixed are not listed here).</p> -<h2><a name="11.2">GCC 11.2</a></h2> +<h2 id="11.2">GCC 11.2</h2> <p>This is the <a href="https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=11.2">list of problem reports (PRs)</a> from GCC's bug tracking system that are @@ -1116,7 +1116,7 @@ are not listed here).</p> <!-- .................................................................. --> -<h2><a name="11.3">GCC 11.3</a></h2> +<h2 id="11.3">GCC 11.3</h2> <h3>Target Specific Changes</h3> -- 2.35.1