[committed] wwwdocs: gcc-13: Use HTML id instead of <a name=...>

Message ID 20220516205504.4FD7733E9C@hamza.pair.com
State Committed
Headers
Series [committed] wwwdocs: gcc-13: Use HTML id instead of <a name=...> |

Commit Message

Gerald Pfeifer May 16, 2022, 8:55 p.m. UTC
  The validator would not have caught this - `grep -r` rules. :-)

Gerald

---
 htdocs/gcc-13/changes.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
index f21b546b..a1b64df3 100644
--- a/htdocs/gcc-13/changes.html
+++ b/htdocs/gcc-13/changes.html
@@ -141,7 +141,7 @@  a work-in-progress.</p>
 <!-- <h3 id="uninitialized">Eliminating uninitialized variables</h3> -->
 
 <!-- .................................................................. -->
-<!-- <h2><a name="13.1">GCC 13.1</a></h2> -->
+<!-- <h2 id="13.1">GCC 13.1</h2> -->
 
 </body>
 </html>