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] Use <th> for table header in java/done.html


Applied.

Gerald

2011-10-29  Gerald Pfeifer  <gerald@pfeifer.com>

        * done.html: Use <th> for the header.

Index: done.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/done.html,v
retrieving revision 1.49
diff -u -r1.49 done.html
--- done.html	12 Sep 2010 03:18:23 -0000	1.49
+++ done.html	29 Oct 2011 19:11:43 -0000
@@ -18,9 +18,11 @@
 
       <table border="0" cellpadding="1" cellspacing="2"
       rules="all" width="98%">
+
       <tr bgcolor="#d0d0d0" valign="top">
-        <td>Project</td><td>Description</td><td>Contact</td>
+        <th>Project</th><th>Description</th><th>Contact</th>
       </tr>
+
       <!-- iRate -->
       <tr valign="top">
         <td><b><a href="http://irate.sourceforge.net/";>iRATE radio</a></b></td>


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