mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Black does not show up well on a red background, use white.
This commit is contained in:
parent
67dc59f042
commit
7b054da3bd
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user