[Scummvm-cvs-logs] CVS: scummvm/tools credits.pl,1.26,1.27

Eugene Sandulenko sev at users.sourceforge.net
Sat Nov 12 16:47:04 CET 2005


Update of /cvsroot/scummvm/scummvm/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23485

Modified Files:
	credits.pl 
Log Message:
Slighty changed credits format for the new website.


Index: credits.pl
===================================================================
RCS file: /cvsroot/scummvm/scummvm/tools/credits.pl,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- credits.pl	9 Nov 2005 00:58:19 -0000	1.26
+++ credits.pl	13 Nov 2005 00:46:19 -0000	1.27
@@ -146,8 +146,7 @@
 		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 @@
 		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";
 	}
 }
 





More information about the Scummvm-git-logs mailing list