[l2h] bugfix: &nbsp without colon

jo_latex2html@schlossers.org jo_latex2html@schlossers.org
7 Jun 2002 12:10:32 -0000


Hi Ross, hi all, 

a slight patch to fix some wrong occurrences of "&nbsp" 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 &nbsp <B> $CONTENTS_LINK</B> " : undef)
+    . ($CONTENTS_LINK ? "\n &nbsp; <B> $CONTENTS_LINK</B> " : undef)
@@ -1040 +1040 @@
-    . ($INDEX_LINK ? "\n &nbsp <B> $INDEX_LINK</B> " : undef)
+    . ($INDEX_LINK ? "\n &nbsp; <B> $INDEX_LINK</B> " : undef)
@@ -1073 +1073 @@
-    . ($CONTENTS_LINK ? "\n &nbsp <B> $CONTENTS_LINK</B> " : undef)
+    . ($CONTENTS_LINK ? "\n &nbsp; <B> $CONTENTS_LINK</B> " : undef)
@@ -1076 +1076 @@
-    . ($INDEX_LINK ? "\n &nbsp <B> $INDEX_LINK</B> " : undef)
+    . ($INDEX_LINK ? "\n &nbsp; <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