aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEugene Sandulenko2005-11-13 00:46:19 +0000
committerEugene Sandulenko2005-11-13 00:46:19 +0000
commit84ec0ce807886c42068c3f4c0ce7984e87de5076 (patch)
tree5634e8be4ec7ff5be977a24623ea7d2351ae959f /tools
parentddd0be95b8af3646137e5acb67898d8bfd844bbd (diff)
downloadscummvm-rg350-84ec0ce807886c42068c3f4c0ce7984e87de5076.tar.gz
scummvm-rg350-84ec0ce807886c42068c3f4c0ce7984e87de5076.tar.bz2
scummvm-rg350-84ec0ce807886c42068c3f4c0ce7984e87de5076.zip
Slighty changed credits format for the new website.
svn-id: r19578
Diffstat (limited to 'tools')
-rwxr-xr-xtools/credits.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/credits.pl b/tools/credits.pl
index 3878eb47fa..6b2c96677e 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -146,8 +146,7 @@ sub begin_credits {
print " <tbody>\n";
} elsif ($mode eq "HTML") {
print "<!-- This file was generated by credits.pl. Do not edit by hand! -->\n";
- print "<h1>$title</h1>\n";
- print "<table border='0' cellpadding='5' cellspacing='0' style='margin-left: 3em;'>\n";
+ print "<table border='0' cellpadding='5' cellspacing='0'>\n";
}
}
@@ -194,6 +193,7 @@ sub begin_section {
print "</entry></row>\n";
} elsif ($mode eq "HTML") {
print "<tr><td colspan=3><h2>$title:</h2></td></tr>\n";
+# print "<tr><td colspan=3><?php html_subhead_start(\"$title\"); ?></td></tr>\n";
}
}