Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 53af049

Browse files
committed
do_cmd_localmoduletable(): Cause the child links table to be dropped when
there's a local module list.
1 parent 897d12b commit 53af049

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/perl/python.perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@ sub do_cmd_modulesynopsis{
928928
sub do_cmd_localmoduletable{
929929
local($_) = @_;
930930
my $chap = get_chapter_id();
931-
"<tex2htmllocalmoduletable><$chap>" . $_;
931+
"<tex2htmllocalmoduletable><$chap>\\tableofchildlinks[off]" . $_;
932932
}
933933

934934
sub process_all_localmoduletables{

0 commit comments

Comments
 (0)