Fix HTML Validator warnings

This commit is contained in:
Lassi Kortela 2023-02-14 20:38:47 +02:00
parent da8060b2db
commit f2656d3975
1 changed files with 38 additions and 47 deletions

View File

@ -283,16 +283,14 @@
</li>
<li>
<b>Programmer's Manual</b> as HTML
<menu>
<ul>
<li>
<a href="doc/manual.html">single document</a>
</li>
<li>
<a href="doc/m.html">split at level-1 headers</a>
</li>
</ul>
</menu>
<ul>
<li>
<a href="doc/manual.html">single document</a>
</li>
<li>
<a href="doc/m.html">split at level-1 headers</a>
</li>
</ul>
</li>
<li>
<b>Programmer's Manual</b> as <a href=
@ -308,20 +306,18 @@
<ul>
<li>X11R6 Release Notes in -ms format (<a href=
"examples/RELNOTES.ms">source</a>)
<menu>
<ul>
<li>
<a href="examples/rel.html">single HTML
document</a><br>
with user-defined TOC at end (-ms index macros)
</li>
<li>
<a href="examples/r.html">split at level-1
headers</a><br>
with automatic TOC at first page
</li>
</ul>
</menu>
<ul>
<li>
<a href="examples/rel.html">single HTML
document</a><br>
with user-defined TOC at end (-ms index macros)
</li>
<li>
<a href="examples/r.html">split at level-1
headers</a><br>
with automatic TOC at first page
</li>
</ul>
</li>
<li>UNIX <a href="examples/pathconf.2.html">man page</a>
with tables (<a href="examples/pathconf.2">pathconf.2</a>)
@ -336,30 +332,25 @@
<h2><a name="news" id="news">What's New?</a></h2>
<p><i>January 28, 1996:</i>&nbsp; <b>Unofficial Patch with -me
support</b></p>
<dl>
<dd>
George Helffrich has contributed a patch for unroff-1.0 that
includes, among other things, an experimental implementation
of a backend for the -me macros and several fixes for the
code that deals with equations. A detailed table of contents
of at the beginning of the patch kit:
<p><a href=
"contrib/me-misc-patch.diff"><b>me-misc-patch</b></a> <i>(39
kbytes)</i></p>
</dd>
</dl>
<blockquote>
George Helffrich has contributed a patch for unroff-1.0 that
includes, among other things, an experimental implementation of
a backend for the -me macros and several fixes for the code
that deals with equations. A detailed table of contents of at
the beginning of the patch kit:
<p><a href=
"contrib/me-misc-patch.diff"><b>me-misc-patch</b></a> <i>(39
kbytes)</i></p>
</blockquote>
<p><i>February 13, 1997:</i>&nbsp; <b>Another Unofficial
Patch</b></p>
<dl>
<dd>
George Helffrich has contributed another large patch kit for
unroff-1.0 that fixes several things in the -me support
contributed earlier and in the -ms package and also adds some
new functionality.
<p><a href=
"contrib/misc-patch-2.diff"><b>misc-patch-2</b></a> <i>(79
kbytes)</i></p>
</dd>
</dl>
<blockquote>
George Helffrich has contributed another large patch kit for
unroff-1.0 that fixes several things in the -me support
contributed earlier and in the -ms package and also adds some
new functionality.
<p><a href="contrib/misc-patch-2.diff"><b>misc-patch-2</b></a>
<i>(79 kbytes)</i></p>
</blockquote>
</body>
</html>