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