This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: FYI: fix HTML in java/index.html
- From: Tom Tromey <tromey at redhat dot com>
- To: Gcc Patch List <gcc-patches at gcc dot gnu dot org>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 01 Dec 2004 12:56:37 -0700
- Subject: Patch: FYI: fix HTML in java/index.html
- Reply-to: tromey at redhat dot com
I'm checking this in.
Gerald's tester pointed out a bug in my HTML.
Tom
Index: ChangeLog
from Tom Tromey <tromey@redhat.com>
* index.html: HTML fixlets.
Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/index.html,v
retrieving revision 1.150
diff -u -r1.150 index.html
--- index.html 1 Dec 2004 17:51:39 -0000 1.150
+++ index.html 1 Dec 2004 19:58:42 -0000
@@ -88,7 +88,7 @@
John David Anglin checked in <a
href="http://gcc.gnu.org/ml/gcc-patches/2004-11/msg02214.html">a patch</a>
to enable libjava to be built by default on hppa-unknown-linux-gnu.
-</td><tr>
+</td></tr>
<tr><td valign="top">
<b>November 22, 2004</b>
@@ -97,7 +97,7 @@
been merged to the trunk. This work includes a new ABI which allows
precompiled code to follow the binary compatibility rules of the Java
programming language.
-</td><tr>
+</td></tr>
<tr><td valign="top">
<b>September 21, 2004</b>