diff options
Diffstat (limited to 'pcre/132html')
-rwxr-xr-x | pcre/132html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcre/132html b/pcre/132html index e1b70cd92f8..e00024970a5 100755 --- a/pcre/132html +++ b/pcre/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 |