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]

Patch: FYI: yet another java web page fix


I'm checking this in.
Predictably, my last fix had a bug.
This one fixes it and adds some comments so that hopefully I won't
reintroduce either problem again.

Tom

Index: ChangeLog
from  Tom Tromey  <tromey@redhat.com>
	* index.html: Restored deleted <table>.  Added clarifying
	comments.

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/index.html,v
retrieving revision 1.94
diff -u -r1.94 index.html
--- index.html 2001/11/06 23:09:47 1.94
+++ index.html 2001/11/06 23:13:40
@@ -67,6 +67,10 @@
 </tr>
 </table>
 
+<table>
+
+<!-- News entries start here -->
+
 <tr><td valign="top">
 <b>November 5, 2001</b>
 </td><td>
@@ -142,6 +146,9 @@
 </td><td>
 <a href="old-news.html">Less recent GCJ news</a>
 </td></tr>
+
+<!-- News entries end here -->
+
 </table>
 
 </GCJNAV>


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