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] Add a few missing <td>s to egcs-1.1/regress.html


Not strictly speaking an HTML 5 compliance issue, but the validator
issued warnings, so I had to look into it and went ahead and addressed
it.

Applied.

Gerald

Index: egcs-1.1/regress.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/egcs-1.1/regress.html,v
retrieving revision 1.11
diff -u -r1.11 regress.html
--- egcs-1.1/regress.html	1 Sep 2018 23:42:02 -0000	1.11
+++ egcs-1.1/regress.html	9 Sep 2018 21:54:25 -0000
@@ -149,6 +149,7 @@
 OK
 </td>
 </tr>
+
 <tr>
 <td>
 i386-pc-freebsd2.1.6
@@ -165,6 +166,7 @@
 <td>
 NONE
 </td>
+<td></td>
 </tr>
 <tr>
 <td>
@@ -288,6 +290,7 @@
 Otherwise OK
 </td>
 </tr>
+
 <tr>
 <td>
 m68k-sun-sunos4.1
@@ -304,7 +307,9 @@
 <td>
 NONE
 </td>
+<td></td>
 </tr>
+
 <tr>
 <td>
 mips-sgi-irix5.2
@@ -321,7 +326,9 @@
 <td>
 NONE
 </td>
+<td></td>
 </tr>
+
 <tr>
 <td>
 mips-sgi-irix5.3
@@ -409,6 +416,7 @@
 Otherwise OK
 </td>
 </tr>
+
 <tr>
 <td>
 powerpc-ibm-linux-gnu
@@ -423,7 +431,9 @@
 </td>
 <td>
 </td>
+<td></td>
 </tr>
+
 <tr>
 <td>
 sparc-sun-solaris2.5
@@ -484,6 +494,7 @@
 OK
 </td>
 </tr>
+
 <tr>
 <td>
 sparc-sun-linux-gnu
@@ -500,6 +511,7 @@
 <td>
 NONE
 </td>
+<td></td>
 </tr>
 </table>
 


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