groff
[Top][All Lists]
Advanced

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

[Groff] Re: rules problem in grohtml


From: Werner LEMBERG
Subject: [Groff] Re: rules problem in grohtml
Date: Wed, 24 Nov 2004 15:23:28 +0100 (CET)

> This line (using -mwww)
> 
>   .HR
> 
> creates the following HTML code:
> 
>   <p><hr></p>
> 
> This is invalid: <hr> must not be positioned within <p>...</p>.

The same problem happens with

  .ULS
  .LI
  .ULE

which creates the following (invalid) code:

  <ul>
  <p><li></p>
  </ul>

<li> must not be positioned within <p>...</p>.

> Can you fix this?

This too, please :-)


    Werner




reply via email to

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