[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] Title bug with grohtml
From: |
Werner LEMBERG |
Subject: |
Re: [Groff] Title bug with grohtml |
Date: |
Tue, 07 Dec 2004 22:17:40 +0100 (CET) |
> second attempt, I think this works, the patch required an alteration
> to post-html.cpp [...]
Applied to the CVS, with the obvious fixes:
> + return is_tag && (strncmp(text_string, "html-tag:.fi",
> + strlen("html-tag:fi")) == 0) &&
^^^^^^^^^^^
html-tag:.fi
Please test.
Werner