diff mbox series

[wwwdocs] testing/index.html -- move to full use of CSS

Message ID alpine.LSU.2.21.1809092236320.6216@anthias.pfeifer.com
State New
Headers show
Series [wwwdocs] testing/index.html -- move to full use of CSS | expand

Commit Message

Gerald Pfeifer Sept. 9, 2018, 8:39 p.m. UTC
Committed.  (Also removes an unnecessary <br /> and makes source
formatting a bit clearer.)

Committed.

Gerald
diff mbox series

Patch

Index: testing/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/testing/index.html,v
retrieving revision 1.41
diff -u -r1.41 index.html
--- testing/index.html	2 Sep 2018 11:18:24 -0000	1.41
+++ testing/index.html	9 Sep 2018 20:36:26 -0000
@@ -72,8 +72,7 @@ 
       are incomplete for your target, update them.  Additions to this
       list (accompanied with build and test guides) are welcome.
 
-<br />
-<table border="1">
+<table class="border">
 <tr><th>Name</th>
     <th>Language</th>
     <th>Build and test guide</th>
@@ -102,7 +101,8 @@ 
     <td>C++</td>
     <td><a href="testing-qt.html">testing-qt</a></td>
 </tr>
-</table></li>
+</table>
+  </li>
 
   <li>If the operating system kernel you use is normally compiled with
       GCC, try building it with the current sources.  Make sure it boots.