On Sat, 2 Jun 2018, Gerald Pfeifer wrote:
> In HTML 5 the <a name="..."...</a> approach has been superseded by 
> the use of id attributes.
> 
> This implements this change for all pages associated with active
> releases.

Hmpf, I missed that id attributes have to start with a letter; 
fixed thusly for the GCC8 pages.  I'll take care of the others
later.

Committed.

Gerald

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-8/changes.html,v
retrieving revision 1.86
diff -u -r1.86 changes.html
--- changes.html        2 Jun 2018 21:16:18 -0000       1.86
+++ changes.html        2 Jun 2018 21:50:38 -0000
@@ -1286,7 +1286,7 @@
 
 
 <!-- .................................................................. -->
-<h2 id="8.1">GCC 8.1</h2>
+<h2 id="GCC8.1">GCC 8.1</h2>
 
 <p>This is the <a 
href="https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&amp;resolution=FIXED&amp;target_milestone=8.0";>list
 of problem reports (PRs)</a> from GCC's bug tracking system that are
Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-8/index.html,v
retrieving revision 1.4
diff -u -r1.4 index.html
--- index.html  2 Jun 2018 21:16:18 -0000       1.4
+++ index.html  2 Jun 2018 21:50:38 -0000
@@ -22,7 +22,7 @@
 <dl>
 
 <dt>GCC 8.1</dt>
-<dd id="7.1">May 2, 2018
+<dd id="GCC8.1">May 2, 2018
     (<a href="changes.html">changes</a>,
      <a href="http://gcc.gnu.org/onlinedocs/8.1.0/";>documentation</a>)
 </dd>

Reply via email to