public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] wwwdocs: gcc-12: Use HTML id instead of <a name>
@ 2022-05-14 12:12 Gerald Pfeifer
  2022-05-14 13:35 ` Jakub Jelinek
  0 siblings, 1 reply; 3+ messages in thread
From: Gerald Pfeifer @ 2022-05-14 12:12 UTC (permalink / raw)
  To: gcc-patches, Jakub Jelinek

I pushed this minor update on top of the GCC 12 release changes.

Jakub, I believe you have been using <a name=...> somewhere else,
too. Not a biggie, and nothing to do. I'll take care...

Gerald


<a name> here came in via e9d81288aaae7626d7b511e0f84cba3e72f47b52
which is deprecated. Simply use an id instead.
---
 htdocs/gcc-12/changes.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
index a32f1d53..0eae78ff 100644
--- a/htdocs/gcc-12/changes.html
+++ b/htdocs/gcc-12/changes.html
@@ -1020,7 +1020,7 @@ function Multiply (S1, S2 : Sign) return Sign is
 
 
 <!-- .................................................................. -->
-<h2><a name="12.1">GCC 12.1</a></h2>
+<h2 id="12.1">GCC 12.1</h2>
 
 <p>This is the <a href="https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&amp;resolution=FIXED&amp;target_milestone=12.0">list
 of problem reports (PRs)</a> from GCC's bug tracking system that are
-- 
2.36.0

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-16 20:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-14 12:12 [committed] wwwdocs: gcc-12: Use HTML id instead of <a name> Gerald Pfeifer
2022-05-14 13:35 ` Jakub Jelinek
2022-05-16 20:54   ` 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).