a push @lines2 in pass1
Dumas Patrice <[email protected]> Wed, 5 Feb 2003 19:30:17 +0100
| Newsgroups | gmane.comp.tex.texi2html.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I found that on some code signed by APA (Adrian ?).
There is:
push (@lines2, ...)
line 2024 in pass1. I believe this is a typo and should be instead @lines.
My tests shows that with this change adds quite a lot of /p before some
<tables>, which seems to confirm my finding.
I changed it in the cvs.
Pat