Test new colour in html table

This commit is contained in:
Rob Pearce 2008-11-04 21:14:56 +00:00
parent b70589ec47
commit cfb7015ee5
1 changed files with 1 additions and 1 deletions

View File

@ -2993,7 +2993,7 @@ void dumpinfo(void) {
printf("<center><h2>Power-Ups</h2>\n");
printf("<table border=1>\n");
// fruits
printf("<tr><th colspan=2>Fruits</th></tr>\n");
printf("<tr bgcolor=\"#ffff00\"><th colspan=2>Fruits</th></tr>\n");
for (i = 0; i < MAXPTYPES; i++) {
if ((isfruit(i) == FT_FRUIT) || (isfruit(i) == FT_GEM)) {
printf("<tr><td align=center><img src=\"img/%s\"><br>%s</td><td>Worth %d points.</td></tr>\n",