diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2000-04-01 00:54:50 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2000-04-01 00:54:50 -0500 |
commit | 4c510de6f295a8d3377bdb81f18050190ee58a59 (patch) | |
tree | b6597ca1fcb050d1842044030a5daa8d934814fa /scripts/cfg2html.pl | |
parent | c68ecb8b21bef3908cb17f8d1d4af694bf7e7137 (diff) | |
download | lynx-snapshots-4c510de6f295a8d3377bdb81f18050190ee58a59.tar.gz |
snapshot of project "lynx", label v2-8-3pre_1
Diffstat (limited to 'scripts/cfg2html.pl')
-rwxr-xr-x | scripts/cfg2html.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/cfg2html.pl b/scripts/cfg2html.pl index 5a0ca9a8..8e5dcc31 100755 --- a/scripts/cfg2html.pl +++ b/scripts/cfg2html.pl @@ -370,7 +370,6 @@ EOF for $n (0..$#major) { printf FP "\n"; printf FP "<h2><a name=\"%s\">%s</a></h2>\n", $cats{$major[$n]}, $major[$n]; - printf FP "<h3>Description</h3>\n%s\n", $descs{$major[$n]}; $c = $index{$major[$n]}; if ( $c ne "" ) { @c = split(/\n/, $c); |