summaryrefslogtreecommitdiff
path: root/132html
diff options
context:
space:
mode:
Diffstat (limited to '132html')
-rwxr-xr-x132html2
1 files changed, 1 insertions, 1 deletions
diff --git a/132html b/132html
index b062598..3a16a59 100755
--- a/132html
+++ b/132html
@@ -148,7 +148,7 @@ while (<STDIN>)
printf("<li><a name=\"TOC%d\" href=\"#SEC%d\">$title</a>\n",
$ref, $ref);
printf TEMP ("<br><a name=\"SEC%d\" href=\"#TOC1\">$title</a><br>\n",
- $ref, $ref);
+ $ref);
$ref++;
}
else