This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [wwwdocs] Replace <a name=...> by id= attributes


On Sat, 2 Jun 2018, Gerald Pfeifer wrote:
> 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.

Done thusly.

Committed.

Gerald

Index: gcc-6/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v
retrieving revision 1.104
diff -u -r1.104 changes.html
--- gcc-6/changes.html	2 Jun 2018 21:16:17 -0000	1.104
+++ gcc-6/changes.html	10 Jun 2018 14:06:28 -0000
@@ -858,7 +858,7 @@
   </ul>
 
 <!-- .................................................................. -->
-<h1 id="6.2">GCC 6.2</h1>
+<h1 id="GCC6.2">GCC 6.2</h1>
 
 <p>This is the <a href="https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&amp;resolution=FIXED&amp;target_milestone=6.2";>list
 of problem reports (PRs)</a> from GCC's bug tracking system that are
@@ -876,7 +876,7 @@
     <li>Support for the VIS 4.0 instruction set has been added.</li>
   </ul>
 
-<h1 id="6.3">GCC 6.3</h1>
+<h1 id="GCC6.3">GCC 6.3</h1>
 
 <p>This is the <a href="https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&amp;resolution=FIXED&amp;target_milestone=6.3";>list
 of problem reports (PRs)</a> from GCC's bug tracking system that are
@@ -893,7 +893,7 @@
     pcommit instruction</a> has been removed.</li>
   </ul>
 
-<h1 id="6.4">GCC 6.4</h1>
+<h1 id="GCC6.4">GCC 6.4</h1>
 
 <p>This is the <a href="https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&amp;resolution=FIXED&amp;target_milestone=6.4";>list
 of problem reports (PRs)</a> from GCC's bug tracking system that are
@@ -910,7 +910,7 @@
 
 <!-- .................................................................. -->
 <!--
-<h1 id="6.5">GCC 6.5</h1>
+<h1 id="GCC6.5">GCC 6.5</h1>
 
 <p>This is the <a href="https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&amp;resolution=FIXED&amp;target_milestone=6.5";>list
 of problem reports (PRs)</a> from GCC's bug tracking system that are
Index: gcc-7/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/changes.html,v
retrieving revision 1.105
diff -u -r1.105 changes.html
--- gcc-7/changes.html	2 Jun 2018 21:16:18 -0000	1.105
+++ gcc-7/changes.html	10 Jun 2018 14:06:28 -0000
@@ -1271,7 +1271,7 @@
 are not listed here).</p>
 
 <!-- .................................................................. -->
-<h2 id="7.2">GCC 7.2</h2>
+<h2 id="GCC7.2">GCC 7.2</h2>
 
 <p>This is the <a href="https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&amp;resolution=FIXED&amp;target_milestone=7.2";>list
 of problem reports (PRs)</a> from GCC's bug tracking system that are
@@ -1312,7 +1312,7 @@
    </ul>
 
 <!-- .................................................................. -->
-<h2 id="7.3">GCC 7.3</h2>
+<h2 id="GCC7.3">GCC 7.3</h2>
 
 <p>This is the <a href="https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&amp;resolution=FIXED&amp;target_milestone=7.3";>list
 of problem reports (PRs)</a> from GCC's bug tracking system that are


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]