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]

Fixing bugs in gen-classpath-compare


Hi list,


I just commited the attached patch to wwwdocs module to fix some bugs in 
wwwdocs/bin/gen-classpath-compare found by 
http://validator.w3.org/check?uri=http://gcc.gnu.org/java/libgcj-classpath-compare.html.


Michael
? gen-classpath-compare.mkoch
Index: gen-classpath-compare
===================================================================
RCS file: /cvs/gcc/wwwdocs/bin/gen-classpath-compare,v
retrieving revision 1.8
diff -u -b -B -r1.8 gen-classpath-compare
--- gen-classpath-compare	3 Mar 2004 15:09:26 -0000	1.8
+++ gen-classpath-compare	4 Mar 2004 18:32:23 -0000
@@ -39,7 +39,7 @@
 <html>
 <head>
 <title>libgcj -vs- Classpath</title>
-<link rel="stylesheet" type="text/css" href="http://gcc.gnu.org/gcc.css";>
+<link rel="stylesheet" type="text/css" href="http://gcc.gnu.org/gcc.css";></link>
 </head>
 <body>
 <h1>libgcj -vs- Classpath</h1>
@@ -59,7 +59,7 @@
 automatically merged.</em> Any merging must be done manually; some
 differences are currently required.</p>
 
-<table border="1" width="100%" border="1" cellspacing="0" cellpadding="1">
+<table width="100%" border="1" cellspacing="0" cellpadding="1">
 <tr><th align="left">Class</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]