Hi Ross, hi all, a slight patch to fix some wrong occurrences of " " instead of " ", which was found but not fixed by HTMLtidy.
diff -U 0 --new-file --recursive latex2html-2002-1/l2conf.pin latex2html-2002-1.patched/l2conf.pin --- latex2html-2002-1/l2hconf.pin 2002-04-29 05:15:02.000000000 +0000 +++ latex2html-2002-1.patched/l2hconf.pin 2002-06-07 12:03:06.000000000 +0000 @@ -1037 +1037 @@ - . ($CONTENTS_LINK ? "\n   <B> $CONTENTS_LINK</B> " : undef) + . ($CONTENTS_LINK ? "\n <B> $CONTENTS_LINK</B> " : undef) @@ -1040 +1040 @@ - . ($INDEX_LINK ? "\n   <B> $INDEX_LINK</B> " : undef) + . ($INDEX_LINK ? "\n <B> $INDEX_LINK</B> " : undef) @@ -1073 +1073 @@ - . ($CONTENTS_LINK ? "\n   <B> $CONTENTS_LINK</B> " : undef) + . ($CONTENTS_LINK ? "\n <B> $CONTENTS_LINK</B> " : undef) @@ -1076 +1076 @@ - . ($INDEX_LINK ? "\n   <B> $INDEX_LINK</B> " : undef) + . ($INDEX_LINK ? "\n <B> $INDEX_LINK</B> " : undef) Again, all patched that I applied to 1.68 are available through www.schlosser.info/Informatik/Tips/latex2html-2002-1-patch.txt Best Regards, Joachim _______________________________________________ latex2html mailing list [EMAIL PROTECTED] http://tug.org/mailman/listinfo/latex2html