summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr_installed.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/pkg_mgr_installed.php')
-rwxr-xr-xusr/local/www/pkg_mgr_installed.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/local/www/pkg_mgr_installed.php b/usr/local/www/pkg_mgr_installed.php
index 52cdb92..085ae49 100755
--- a/usr/local/www/pkg_mgr_installed.php
+++ b/usr/local/www/pkg_mgr_installed.php
@@ -102,7 +102,7 @@ include("head.inc");
// we're running an older version of the package
if(strcmp($pkg['version'], $latest_package) < 0) {
$tdclass = "listbg";
- $pkgver = "Available: {$latest_package}<br/>";
+ $pkgver = "<font color='#ffffff'>Available: {$latest_package}<br/>";
$pkgver .= "Installed: {$pkg['version']}";
}
// we're running the current version
@@ -126,9 +126,7 @@ include("head.inc");
<?=$pkg['category'];?>
</td>
<td class="<?=$tdclass;?>">
- <font color="#ffffff">
<?=$pkgver;?>
- </font>
</td>
<td class="listbg">
<font color="#ffffff">
OpenPOWER on IntegriCloud