diff mbox series

[wwwdocs] gcc-3.3/gcj-status.html - streamline formatting

Message ID alpine.LSU.2.21.1809022109410.6216@anthias.pfeifer.com
State New
Headers show
Series [wwwdocs] gcc-3.3/gcj-status.html - streamline formatting | expand

Commit Message

Gerald Pfeifer Sept. 2, 2018, 7:10 p.m. UTC
...making things HTML 5 compliant on the way (without a real loss).

Committed.

Gerald

Comments

Gerald Pfeifer Sept. 2, 2018, 7:16 p.m. UTC | #1
On Sun, 2 Sep 2018, Gerald Pfeifer wrote:
> ...making things HTML 5 compliant on the way (without a real loss).

And pretty much the same patch for gcc-3.1/gcj-status.html, which
initially escaped my attention.

Committed as well.

Gerald

Index: gcc-3.1/gcj-status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.1/gcj-status.html,v
retrieving revision 1.5
diff -u -r1.5 gcj-status.html
--- gcc-3.1/gcj-status.html	1 Sep 2018 23:42:03 -0000	1.5
+++ gcc-3.1/gcj-status.html	2 Sep 2018 19:14:53 -0000
@@ -17,7 +17,7 @@
 
 <h2> Platforms </h2>
 
-<table border="1" width="100%">
+<table border="1">
 
 <tr><th> Platform </th> <th> Status </th> <th> Who </th> </tr>
 
@@ -84,7 +84,7 @@
      <td> Adam </td>
 </tr>
 
-<tr bgcolor="#eeaaaa"> <td> PPC Darwin</td>
+<tr> <td> PPC Darwin</td>
      <td> stddef.h tweak, std_cctype.h tweak, use "ar qc"</td>
      <td> Andreas, Alexandre, others </td>
 </tr>
@@ -108,7 +108,7 @@
 
 <h2> Packages </h2>
 
-<table border="1" width="100%">
+<table border="1">
 
 <tr><th> Package </th> <th> Status </th> <th> Who </th> </tr>
diff mbox series

Patch

Index: gcc-3.3/gcj-status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.3/gcj-status.html,v
retrieving revision 1.10
diff -u -r1.10 gcj-status.html
--- gcc-3.3/gcj-status.html	1 Sep 2018 23:42:03 -0000	1.10
+++ gcc-3.3/gcj-status.html	2 Sep 2018 19:09:41 -0000
@@ -19,7 +19,7 @@ 
 
 <h2> Packages </h2>
 
-<table border="1" width="100%">
+<table border="1">
 
 <tr><th> Package </th> <th> Status </th> <th> Who </th> </tr>
 
@@ -28,7 +28,7 @@ 
      <td> &nbsp; </td>
 </tr>
 
-<tr bgcolor='#aaeeee'> <td> rhug </td>
+<tr> <td> rhug </td>
      <td> ok on x86 </td>
      <td> &nbsp; </td>
 </tr>
@@ -38,7 +38,7 @@ 
      <td> Mark Wielaard </td>
 </tr>
 
-<tr bgcolor='#aaeeee'> <td> <a href="http://www-124.ibm.com/developerworks/oss/cvs/jikes/~checkout~/jacks/jacks.html">Jacks</a> </td>
+<tr> <td> <a href="http://www-124.ibm.com/developerworks/oss/cvs/jikes/~checkout~/jacks/jacks.html">Jacks</a> </td>
      <td> As good as we're going to be </td>
      <td> &nbsp; </td>
 </tr>