diff mbox series

[committed] Replace <a name=...> in the release notes by <a id=...>.

Message ID 20200518194658.DFB9133E4D@hamza.pair.com
State New
Headers show
Series [committed] Replace <a name=...> in the release notes by <a id=...>. | expand

Commit Message

Gerald Pfeifer May 18, 2020, 7:46 p.m. UTC
The validator triggered on another file that was recently edited,
and searching our whole tree for similar occurrences these two are
the remaining ones.

The only drawback is that ids must not start with a digit, so I used
ids in line with what we have in gcc-3.2/changes.html and later.

(I believe I may have missed the GCC 10 instance when originally making 
this kind of change, and as part of the GCC 10.1 release process the 
GCC 11 page was then cloned.)

Address thusly.

Gerald
---
 htdocs/gcc-10/changes.html | 2 +-
 htdocs/gcc-11/changes.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html
index fc58a471..0959e4c4 100644
--- a/htdocs/gcc-10/changes.html
+++ b/htdocs/gcc-10/changes.html
@@ -1075,7 +1075,7 @@  typedef svbool_t pred512 __attribute__((arm_sve_vector_bits(512)));
 </ul>
 
 <!-- .................................................................. -->
-<h2><a name="10.1">GCC 10.1</a></h2>
+<h2><a id="GCC10.1">GCC 10.1</a></h2>
 
 <p>This is the <a href="https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&amp;resolution=FIXED&amp;target_milestone=10.0">list
 of problem reports (PRs)</a> from GCC's bug tracking system that are
diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html
index 235d1f86..92920476 100644
--- a/htdocs/gcc-11/changes.html
+++ b/htdocs/gcc-11/changes.html
@@ -144,7 +144,7 @@  a work-in-progress.</p>
 
 
 <!-- .................................................................. -->
-<!-- <h2><a name="11.1">GCC 11.1</a></h2> -->
+<!-- <h2><a id="GCC11.1">GCC 11.1</a></h2> -->
 
 </body>
 </html>