mirror of
https://github.com/python/cpython.git
synced 2025-07-28 13:44:43 +00:00
Remove crufty whitespace in a block of index entries.
Minor, but generates slightly smaller HTML & makes it easier to see what's happening when debugging the HTML.
This commit is contained in:
parent
90294d01be
commit
be6dd3083c
1 changed files with 1 additions and 0 deletions
|
@ -441,6 +441,7 @@ sub do_cmd_withsubitem{
|
|||
my $stuff = next_argument();
|
||||
my $br_id = ++$globals{'max_id'};
|
||||
my $marker = "$O$br_id$C";
|
||||
$stuff =~ s/^\s+//;
|
||||
return
|
||||
$stuff
|
||||
. "\\setindexsubitem$marker$oldsubitem$marker"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue