commit | 53af049499732064b497de57fb2b376e9c42b86e | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Mon Jul 27 20:48:26 1998 +0000 |
committer | Fred Drake <fdrake@acm.org> | Mon Jul 27 20:48:26 1998 +0000 |
tree | 6e9ac5eefa12f9e11bdcb1269d840f6243238c4c | |
parent | 897d12bb87f269797d54e0a15583a01f44c2a49a [diff] [blame] |
do_cmd_localmoduletable(): Cause the child links table to be dropped when there's a local module list.
diff --git a/Doc/perl/python.perl b/Doc/perl/python.perl index 6695e54..38e19ce 100644 --- a/Doc/perl/python.perl +++ b/Doc/perl/python.perl
@@ -928,7 +928,7 @@ sub do_cmd_localmoduletable{ local($_) = @_; my $chap = get_chapter_id(); - "<tex2htmllocalmoduletable><$chap>" . $_; + "<tex2htmllocalmoduletable><$chap>\\tableofchildlinks[off]" . $_; } sub process_all_localmoduletables{