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:
parent
84f43e83b4
commit
3af932234b
11
textproc/latex2html/patches/patch-aa
Normal file
11
textproc/latex2html/patches/patch-aa
Normal 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++;
|
Loading…
x
Reference in New Issue
Block a user