mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
4b927259dc
PR: ports/20129 Submitted by: Sugimoto Sadahiro <ixtl@utmc.or.jp> (MAINTAINER)
12 lines
420 B
Plaintext
12 lines
420 B
Plaintext
--- versions/html3_2.pl Wed Dec 2 19:43:50 1998
|
|
+++ versions/html3_2.pl.new Tue Jul 18 09:24:27 2000
|
|
@@ -801,7 +801,7 @@
|
|
local($tmp) = ++$global{'max_id'};
|
|
"\\begin$OP$tmp${CP}math$OP$tmp$CP$1\\end$OP$tmp${CP}math$OP$tmp$CP"
|
|
/eg;
|
|
- undef ($cmd,$tmp,$endspec); undef @cmds;
|
|
+ undef $cmd; undef $tmp; undef $endspec; undef @cmds;
|
|
|
|
local($tmp) = ++$global{'max_id'};
|
|
if(@save_open_tags_tabular) {
|