[patch] HTML docs validation

Jonathan Wakely cow@compsoc.man.ac.uk
Tue Nov 12 14:14:00 GMT 2002


Hi all,
Another small skirmish in my personal war against HTML validators  :-)

2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>

	* docs/html/22_locale/locale.html, docs/html/install.html: Fix
	nesting of paragraph elements to pass validation.

Validated with http://www.htmlhelp.com/tools/validator/ 'cause it crawls
a whole site.

OK to commit?

-------------- next part --------------
Index: docs/html/install.html
===================================================================
RCS file: /cvsroot/gcc/gcc/libstdc++-v3/docs/html/install.html,v
retrieving revision 1.21
diff -u -r1.21 install.html
--- docs/html/install.html	17 Oct 2002 01:19:59 -0000	1.21
+++ docs/html/install.html	11 Nov 2002 10:25:48 -0000
@@ -291,6 +291,7 @@
    interest to library maintainers and system integrators. As such,
    these tests may not work on all cpu and host combinations. These
    options include, but are not necessarily limited to, the following:
+   </p>
 
    <p>The library ABI can be tested using</p>
    <pre>
@@ -300,7 +301,7 @@
    the default dejagnu test harness</p>
    <pre>
    make check-script</pre>
-   or
+   <p>or</p>
    <pre>
    make check-script-install</pre>
 
Index: docs/html/22_locale/locale.html
===================================================================
RCS file: /cvsroot/gcc/gcc/libstdc++-v3/docs/html/22_locale/locale.html,v
retrieving revision 1.12
diff -u -r1.12 locale.html
--- docs/html/22_locale/locale.html	11 Nov 2002 01:10:43 -0000	1.12
+++ docs/html/22_locale/locale.html	11 Nov 2002 10:25:48 -0000
@@ -81,7 +81,7 @@
 
 <p>
 Provides an index for looking up specific facets.
-<p>
+</p>
 
 
 <h2>


More information about the Libstdc++ mailing list