Re: FWD: Texi2HTML, some additions and bugfixes
Dumas Patrice <[email protected]> Mon, 1 Sep 2003 12:20:03 +0200
| Newsgroups | gmane.comp.tex.texi2html.devel |
|---|---|
| Message-ID | <[email protected]> |
> Pat, I'm getting an undeclared global variable warning for $CSS_LINES > with the CVS version of texi2html. The attached patch fixes the issue, > but I didn't commit it because I wasn't sure this was what you intended. > ~ My fix involved declaring my $CSS_LINES in texi2html.pl, but there are > comments about its usage in texi2html.init near portions of code which > initialize Texi2HTML::Config variables. I fixed it by declaring it as an our variable, it works in more cases. Thanks for the report ! Pat