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

Gerald Pfeifer gerald@pfeifer.com
Sat Sep 1 21:45:00 GMT 2018


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



More information about the Gcc-patches mailing list