diff mbox series

[committed] wwwdocs: gcc-11: Switch from <a name> to using ids.

Message ID 20220402133133.01F4433E5E@hamza.pair.com
State New
Headers show
Series [committed] wwwdocs: gcc-11: Switch from <a name> to using ids. | expand

Commit Message

Gerald Pfeifer April 2, 2022, 1:31 p.m. UTC
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 mbox series

Patch

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&amp;resolution=FIXED&amp;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&amp;resolution=FIXED&amp;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>