Commit 53af0494 authored by Fred Drake's avatar Fred Drake

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

	there's a local module list.
parent 897d12bb
......@@ -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{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment