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]

[wwwdocs] Remove last traces of <a name=...> (gcc-3.4/mips-abi.html)


This removes the last traces of <a name=...> from our web pages, a
key step towards HTML 5.

Committed.

Gerald

Index: gcc-3.4/mips-abi.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.4/mips-abi.html,v
retrieving revision 1.4
diff -u -r1.4 mips-abi.html
--- gcc-3.4/mips-abi.html	2 Jun 2018 21:16:15 -0000	1.4
+++ gcc-3.4/mips-abi.html	1 Sep 2018 21:22:39 -0000
@@ -81,7 +81,7 @@
   </tr>
 </table>
 
-<h2><a name="B">B. Small aggregate arguments (2)</a></h2>
+<h2 id="B">B. Small aggregate arguments (2)</h2>
 
 <table cellpadding="4">
   <tr valign="top">
@@ -241,7 +241,7 @@
   </tr>
 </table>
 
-<h2><a name="E">E. Structure return values</a></h2>
+<h2 id="E">E. Structure return values</h2>
 
 <table cellpadding="4">
   <tr valign="top">


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