Commit 5a6491f6 authored by Fred Drake's avatar Fred Drake

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.
parent 19738ece
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment