*** latex2html-2002-2-1/latex2html.pin.orig Thu Jan 8 15:15:01 2004
--- latex2html-2002-2-1/latex2html.pin Wed Jun 16 23:21:44 2004
***************
*** 3496,3502 ****
}
$fullcontents = $contents; # save for later \label search.
# MRO: replaced $* with /m
! $contents =~ s/\n?$labels_rx(\%([^\n]+$|$EOL))?/\n/gm;
local($tmp) = $contents;
$tmp =~ s/^((\\par|\%)?\s*\n)+$//g;
--- 3496,3504 ----
}
$fullcontents = $contents; # save for later \label search.
# MRO: replaced $* with /m
! # $contents =~ s/\n?$labels_rx(\%([^\n]+$|$EOL))?/\n/gm;
! # modified by shige 06/16 2004
! $contents =~ s/\n?\s*$labels_rx(\%([^\n]+$|$EOL))?/\n/gm;
local($tmp) = $contents;
$tmp =~ s/^((\\par|\%)?\s*\n)+$//g;