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]

Patch: FYI: fix classpath comparison script


I'm checking this in.
This fixes a problem noticed by the w3c html validator.

Tom

Index: ChangeLog
from  Tom Tromey  <tromey@redhat.com>

	* scripts/gen-classpath-compare: Quote table border width;
	required for validation.

Index: scripts/gen-classpath-compare
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/scripts/gen-classpath-compare,v
retrieving revision 1.8
diff -u -r1.8 gen-classpath-compare
--- scripts/gen-classpath-compare 27 Jul 2002 00:58:34 -0000 1.8
+++ scripts/gen-classpath-compare 10 Nov 2002 21:32:16 -0000
@@ -57,7 +57,7 @@
 automatically merged.</em> Any merging must be done manually; some
 differences are currently required.</p>
 
-<table border=1 width="100%">
+<table border="1" width="100%">
 <tr><th>Class</th> <th>libgcj</th> <th>Classpath</th> <th>Merge Status</th> </tr>
 END
 


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