This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Slight correction to buildstat.html
- From: Kelley Cook <kelley dot r dot cook at gm dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Fri, 17 May 2002 14:01:06 -0400
- Subject: Slight correction to buildstat.html
Janis,
Clicking on the XTML validator gives
-----
Below are the results of checking this document for XML well-formedness
and validity.
* Line 100, column 4:
</tr>
^
Error: end tag for "td" omitted; end tags are required in XML for
non-empty elements; empty elements require an end tag or the start tag
must end with "/>"
* Line 98, column 0:
<td>Unsuccessful:
^
Error: start tag was here
----
So ...
--- buildstat.html.orig Fri May 17 13:02:30 2002
+++ buildstat.html Fri May 17 13:05:54 2002
@@ -64,7 +64,7 @@
<td>i386-unknown-openbsd3.1</td>
<td>GNU as 1.92.3, openbsd ld</td>
<td>Unsuccessful:
-<a href="http://gcc.gnu.org/ml/gcc/2002-05/msg01335.html">3.1</a>
+<a href="http://gcc.gnu.org/ml/gcc/2002-05/msg01335.html">3.1</a></td>
</tr>
<tr>