----- Forwarded message from Aaron Isotton <[EMAIL PROTECTED]> -----

Subject: Bug#146025: texinfo --html --no-split --no-headers generates bad output
Reply-To: Aaron Isotton <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
X-Debian-PR-Package: texinfo
To: [EMAIL PROTECTED]
From: Aaron Isotton <[EMAIL PROTECTED]>
Date: 06 May 2002 18:46:15 +0200

Package: texinfo
Version: 4.1-2

The HTML output of texinfo is invalid if texinfo is invoked as

texinfo --html --no-split --no-headers

Whenever a menu is encountered, texinfo outputs an unneeded '</ul>'
tag. The following minimal texinfo input

\input texinfo
@settitle Title
@node Top
@menu
@end menu
@bye

generates the following output

<html lang="en">
<head>
<title>Title</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name=description content="Title">
<meta name=generator content="makeinfo 4.1">
<link href="http://texinfo.org/"; rel=generator-home>
</head>
<body>
<h1>Title</h1>
<a name="Top"></a>

</ul> <-- THIS IS THE BAD LINE


</body></html>

I suppose it is a bug in upstream, and I *think* it is fixed in
texinfo 4.2 (there is something like that in the changelog). I
submitted it here anyway because 4.2 is not even in unstable yet and
somebody might want to patch the current version.

Aaron


----- End forwarded message -----

I've checked with 4.2, and it's not fixed.

-- 
     2. That which causes joy or happiness.

_______________________________________________
Bug-texinfo mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-texinfo

Reply via email to