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:
Fred Drake 2001-12-11 20:49:23 +00:00
parent 90294d01be
commit be6dd3083c

View file

@ -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"