Revision ef62f989
Added by Warren Baker about 13 years ago
usr/local/www/widgets/widgets/gateways.widget.php | ||
---|---|---|
98 | 98 |
$online = gettext("Gathering data"); |
99 | 99 |
$bgcolor = "lightgray"; |
100 | 100 |
} |
101 |
echo "<tr><td bgcolor=\"$bgcolor\" > $online </td>";
|
|
101 |
echo "<tr><td bgcolor=\"$bgcolor\">$online</td></tr>\n";
|
|
102 | 102 |
$counter++; |
103 | 103 |
?> |
104 | 104 |
</table> |
Also available in: Unified diff
Remove extra spaces and add closing <tr> tag