Minor fix to make latex2html work (subset of diffs provided by

m4@umn.edu -- I need to look at those).
This commit is contained in:
angelos 2000-05-21 20:14:14 +00:00
parent 84f43e83b4
commit 3af932234b

View File

@ -0,0 +1,11 @@
--- latex2html.orig Sun May 21 15:54:51 2000
+++ latex2html Sun May 21 15:55:00 2000
@@ -3803,7 +3803,7 @@
local($name)= $tag."_attribs";
$taglist = $$name;
$values = $saved;
- $values =~ s/\s*\"?([^,\s\"]+)\"?\s*,?/$i++;$attributes{$i}=$1};''/eg;
+ $values =~ s/\s*\"?([^,\s\"]+)\"?\s*,?/$i++;$attributes{$i}=$1;''/eg;
local($j) = 0;
while ($j < $i) {
$j++;