diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-01-29 07:49:46 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-01-29 07:49:46 +0000 |
commit | 21f653ba2e6f110f6796fb3f6ad371f6f355e7af (patch) | |
tree | cf35d40f094673a93e6eff7292e92c46c86d1401 /usr/local | |
parent | 76341f29ebacd0ccd3dcb947f86ed6b03f68f0e9 (diff) | |
download | pfsense-21f653ba2e6f110f6796fb3f6ad371f6f355e7af.zip pfsense-21f653ba2e6f110f6796fb3f6ad371f6f355e7af.tar.gz |
Use normal class
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/pkg_mgr.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/local/www/pkg_mgr.php b/usr/local/www/pkg_mgr.php index f5ce713..5c3824f 100755 --- a/usr/local/www/pkg_mgr.php +++ b/usr/local/www/pkg_mgr.php @@ -136,8 +136,7 @@ include("fbegin.inc"); } ?> </td> - <td class="listbg"> - <font color="#ffffff"> + <td class="listlr"> <?= $index['maintainer'] ?> </td> |