Indent with a slightly more common two spaces, not three.
This commit is contained in:
parent
1d73911b1a
commit
d0cbba3882
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41533
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ sub xml
|
||||||
|
|
||||||
my($Tag, $Etc) = split(' ', $TagEtc, 2);
|
my($Tag, $Etc) = split(' ', $TagEtc, 2);
|
||||||
|
|
||||||
my $Spaces = " " x ($Indent*3);
|
my $Spaces = " " x ($Indent*2);
|
||||||
if (!@Text)
|
if (!@Text)
|
||||||
{
|
{
|
||||||
# No text in the tag
|
# No text in the tag
|
||||||
|
|
Loading…
Reference in a new issue