diff options
author | Matan Bareket | 2018-08-07 21:14:22 -0400 |
---|---|---|
committer | Matan Bareket | 2018-08-07 21:15:33 -0400 |
commit | f44229694900a3d25e8353013d20be472d819337 (patch) | |
tree | 5b0387072d0d04073555c8fd90086237bb204e8b /devtools | |
parent | d935ab9b93d29a103a66cca5ae5a4d1d6b56c4f0 (diff) | |
download | scummvm-rg350-f44229694900a3d25e8353013d20be472d819337.tar.gz scummvm-rg350-f44229694900a3d25e8353013d20be472d819337.tar.bz2 scummvm-rg350-f44229694900a3d25e8353013d20be472d819337.zip |
CREDITS: Fix formatting
Diffstat (limited to 'devtools')
-rwxr-xr-x | devtools/credits.pl | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/devtools/credits.pl b/devtools/credits.pl index cfe9fdd176..44e969ad9d 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -224,7 +224,7 @@ sub end_credits { sub begin_section { my $title = shift; - my $anchor = shift; + my $anchor = shift; if ($mode eq "TEXT") { $title = html_entities_to_ascii($title); @@ -285,15 +285,15 @@ sub begin_section { if ($section_level eq 0) { print "\t<section>\n"; print "\t\t<title>" . $title . "</title>\n"; - if ($anchor) { - print "\t\t<anchor>" . $anchor . "</anchor>\n"; - } + if ($anchor) { + print "\t\t<anchor>" . $anchor . "</anchor>\n"; + } } elsif ($section_level eq 1) { print "\t\t<subsection>\n"; print "\t\t\t<title>" . $title . "</title>\n"; - if ($anchor) { - print "\t\t\t<anchor>" . $anchor . "</anchor>\n"; - } + if ($anchor) { + print "\t\t\t<anchor>" . $anchor . "</anchor>\n"; + } } else { #print "\t\t\t<group>" . $title . "</group>\n"; #print "\t\t\t\t<name>" . $title . "</name>\n"; @@ -967,7 +967,7 @@ begin_credits("Credits"); add_person("Jordi Vilalta Prat", "jvprat", "Wiki maintainer"); add_person("Eugene Sandulenko", "sev", "Forum, IRC channel, Screen Shots and Mailing list maintainer"); add_person("John Willis", "DJWillis", ""); - add_person("Matan Bareket", "mataniko", "Site maintainer"); + add_person("Matan Bareket", "mataniko", "Site maintainer"); end_persons(); end_section(); |