do_cmd_localmoduletable(): Cause the child links table to be dropped when

there's a local module list.
This commit is contained in:
Fred Drake 1998-07-27 20:48:26 +00:00
parent 897d12bb87
commit 53af049499
1 changed files with 1 additions and 1 deletions

View File

@ -928,7 +928,7 @@ sub do_cmd_modulesynopsis{
sub do_cmd_localmoduletable{
local($_) = @_;
my $chap = get_chapter_id();
"<tex2htmllocalmoduletable><$chap>" . $_;
"<tex2htmllocalmoduletable><$chap>\\tableofchildlinks[off]" . $_;
}
sub process_all_localmoduletables{