]> granicus.if.org Git - python/commitdiff
do_cmd_localmoduletable(): Cause the child links table to be dropped when
authorFred Drake <fdrake@acm.org>
Mon, 27 Jul 1998 20:48:26 +0000 (20:48 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 27 Jul 1998 20:48:26 +0000 (20:48 +0000)
there's a local module list.

Doc/perl/python.perl

index 6695e549e11e68d5600d987b2478f88a4e920efb..38e19ce9f019af441f766456781188049494bfbd 100644 (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{