groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Groff] Title bug with grohtml


From: Robert Goulding
Subject: [Groff] Title bug with grohtml
Date: Sat, 27 Nov 2004 14:03:37 -0500

Using the latest CVS, titles include the whole text of the file. Minimal -ms file to demonstrate this:

.TL
This is the title
.LP
This is the text.
See how it is contained in the title?


Output:

<!-- Creator     : groff version 1.19.2 -->
<!-- CreationDate: Sat Nov 27 14:01:39 2004 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd";>
<html>
<head>
<meta name="generator" content="groff -Thtml, see www.gnu.org">
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<meta name="Content-Style" content="text/css">
<title>This is the title This is the text. See how it is contained in the title?</title>

</head>
<body>

<h1 align=center>This is the title This is the text. See how it is contained in the title?</h1>

<hr>
<hr>
</body>
</html>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]