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]

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>



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