mirror of
https://github.com/python/cpython.git
synced 2025-09-07 09:21:27 +00:00
do_cmd_localmoduletable(): Cause the child links table to be dropped when
there's a local module list.
This commit is contained in:
parent
897d12bb87
commit
53af049499
1 changed files with 1 additions and 1 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue