Black does not show up well on a red background, use white.

This commit is contained in:
Scott Ullrich 2008-10-11 22:52:50 +00:00
parent 67dc59f042
commit 7b054da3bd

View File

@ -87,7 +87,7 @@ include("head.inc");
$latest_package = $currentvers[$pkg['name']]['version'];
if($latest_package == false) {
// We can't determine this package's version status.
?><td class="listlr"><?php
?><td class="listlr"><font color="#FFFFFF"><?php
echo "Current: Unknown.<br>Installed: " . $pkg['version'];
?></td><?php
} elseif(strcmp($pkg['version'], $latest_package) > 0) {