about summary refs log tree commit diff stats
path: root/scripts/cfg2html.pl
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2000-04-01 00:54:50 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2000-04-01 00:54:50 -0500
commit4c510de6f295a8d3377bdb81f18050190ee58a59 (patch)
treeb6597ca1fcb050d1842044030a5daa8d934814fa /scripts/cfg2html.pl
parentc68ecb8b21bef3908cb17f8d1d4af694bf7e7137 (diff)
downloadlynx-snapshots-4c510de6f295a8d3377bdb81f18050190ee58a59.tar.gz
snapshot of project "lynx", label v2-8-3pre_1
Diffstat (limited to 'scripts/cfg2html.pl')
-rwxr-xr-xscripts/cfg2html.pl1
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);