Fix typo.

git-svn-id: svn://10.0.0.236/trunk@33750 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
slamm%netscape.com
1999-06-04 17:06:20 +00:00
parent 469d382646
commit c273315286

View File

@@ -379,7 +379,7 @@ sub print_table_header {
if ($form{nocrap}) {
print "<th rowspan=2 bgcolor=$colormap{busted}>$bn</th>";
} else {
print "<td rowspan=2 bgcolor=000000 background='$images{flames}>'";
print "<td rowspan=2 bgcolor=000000 background='$images{flames}'>";
print "<font color=white>$bn</font></td>";
}
}