Test new colour in html table
This commit is contained in:
parent
b70589ec47
commit
cfb7015ee5
2
shared.c
2
shared.c
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue