diff options
Diffstat (limited to 'scripts')
-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; |