public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] wwwdocs: gcc-13: Use HTML id instead of <a name=...>
@ 2022-05-16 20:55 Gerald Pfeifer
  0 siblings, 0 replies; only message in thread
From: Gerald Pfeifer @ 2022-05-16 20:55 UTC (permalink / raw)
  To: gcc-patches, Jakub Jelinek

The validator would not have caught this - `grep -r` rules. :-)

Gerald

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

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>
-- 
2.36.0

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-05-16 20:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-16 20:55 [committed] wwwdocs: gcc-13: Use HTML id instead of <a name=...> Gerald Pfeifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).