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

Skip to content

Commit 1cc5899

Browse files
committed
Fix problem of LaTeX leakage in the module synopsis tables at the
beginning of chapters. Known problem reported by Barry Scott <[email protected]>.
1 parent e331356 commit 1cc5899

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
@@ -1003,7 +1003,7 @@ sub do_cmd_declaremodule{
10031003
sub do_cmd_modulesynopsis{
10041004
local($_) = @_;
10051005
my $st = get_synopsis_table(get_chapter_id());
1006-
$st->set_synopsis($THIS_MODULE, next_argument());
1006+
$st->set_synopsis($THIS_MODULE, translate_commands(next_argument()));
10071007
return $_;
10081008
}
10091009

0 commit comments

Comments
 (0)