diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2000-01-07 03:20:24 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2000-01-07 03:20:24 -0500 |
commit | d61bc4e56055c372ab0b8d027f376c2f4a2ecfff (patch) | |
tree | 8d4e0da5b7cf703c2167d84dc84b54669183bba1 /scripts/cfg2html.pl | |
parent | f61041c10496785b2833ee4f76ef3edc9792b1bd (diff) | |
download | lynx-snapshots-d61bc4e56055c372ab0b8d027f376c2f4a2ecfff.tar.gz |
snapshot of project "lynx", label v2-8-3dev_18
Diffstat (limited to 'scripts/cfg2html.pl')
-rwxr-xr-x | scripts/cfg2html.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/cfg2html.pl b/scripts/cfg2html.pl index 4977a918..5a0ca9a8 100755 --- a/scripts/cfg2html.pl +++ b/scripts/cfg2html.pl @@ -199,6 +199,7 @@ EOF printf FP "<h3><em>Description</em></h3>\n"; printf FP "Please see the description of <a href=\"#%s\">%s</a>\n", $h2[0], $h2[0]; } + @h2 = ""; } $m = 0; $first = 1; |