From 44bbd74a195542db24bf411ca40b78877d19f288 Mon Sep 17 00:00:00 2001 From: david <> Date: Sun, 10 Mar 2002 16:32:16 +0000 Subject: [PATCH] bugfixes --- LDP/texi2db/texi2db | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LDP/texi2db/texi2db b/LDP/texi2db/texi2db index 4119806a..1fffc239 100755 --- a/LDP/texi2db/texi2db +++ b/LDP/texi2db/texi2db @@ -978,7 +978,7 @@ TAG: while ($line =~ /\@\w+\{[^\{]*?\}/) { # don't process internal tag. # if (scalar @tableformat) { - if ($tableformat[-1] eq $tag) { + if (($infirstcol[-1]) and ($tableformat[-1] eq $tag)) { &message("not doubly wrapping tag $tag") if ($verbose >2); $replacement = $contents; &replaceinline; @@ -1665,7 +1665,7 @@ sub appendix { &closeappendix; &initnode; &convertinline; - &normalizespecial($line); + &normalizespecial($nodetitle); if ($nodeid) { $buf .= "\\$nodetitle<\/title\>\n"; } else { @@ -1898,7 +1898,7 @@ sub item { sub listitem { &closelistitem; $buf .= '<listitem>'; - ¶ +# ¶ $initem[-1] = 1; }