diff mbox series

[wwwdocs] Remove border="0" from tables

Message ID alpine.LSU.2.21.1809011407460.6216@anthias.pfeifer.com
State New
Headers show
Series [wwwdocs] Remove border="0" from tables | expand

Commit Message

Gerald Pfeifer Sept. 1, 2018, 12:27 p.m. UTC
...since it's the default (and also stands in the way of moving to
HTML 5).

Applied.

Gerald
diff mbox series

Patch

Index: egcs-1.1/regress.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/egcs-1.1/regress.html,v
retrieving revision 1.9
diff -u -r1.9 regress.html
--- egcs-1.1/regress.html	2 Jun 2018 21:16:13 -0000	1.9
+++ egcs-1.1/regress.html	1 Sep 2018 12:07:01 -0000
@@ -67,7 +67,7 @@ 
 
 <h2>Current Regression Testing Status</h2>
 
-<table border="0">
+<table>
 <tr>
 <th>
 Platform
Index: gcc-2.95/othertest.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-2.95/othertest.html,v
retrieving revision 1.8
diff -u -r1.8 othertest.html
--- gcc-2.95/othertest.html	2 Jun 2018 21:16:13 -0000	1.8
+++ gcc-2.95/othertest.html	1 Sep 2018 12:07:01 -0000
@@ -15,7 +15,7 @@ 
 are the Linux kernel, GNU C library, Red Hat 6.0 sources and the LAPACK
 library.</p>
 
-<table border="0">
+<table>
 <tr>
 <th>
 Platform
Index: gcc-2.95/regress.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-2.95/regress.html,v
retrieving revision 1.109
diff -u -r1.109 regress.html
--- gcc-2.95/regress.html	2 Jun 2018 21:16:13 -0000	1.109
+++ gcc-2.95/regress.html	1 Sep 2018 12:07:01 -0000
@@ -19,7 +19,8 @@ 
 
 
 <h2>Regression Testing Status</h2>
-<table border="0">
+
+<table>
 <tr>
 <th>
 Platform
@@ -332,7 +333,8 @@ 
 </table>
 
 <h2> Package/Feature Testing </h2>
-<table border="0">
+
+<table>
 <tr>
 <th>
 Platform