summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateways.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-10-12 20:22:46 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-10-12 20:22:46 +0000
commit33300c73f2f3200523b967acda926457ad8eef05 (patch)
tree1cad778aaa74402a6096f51328ebc25b9eab2f05 /usr/local/www/system_gateways.php
parentb9056c39ef5692c659c73f18316f173931d8e947 (diff)
downloadpfsense-33300c73f2f3200523b967acda926457ad8eef05.zip
pfsense-33300c73f2f3200523b967acda926457ad8eef05.tar.gz
Do not hard code white
Diffstat (limited to 'usr/local/www/system_gateways.php')
-rwxr-xr-xusr/local/www/system_gateways.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_gateways.php b/usr/local/www/system_gateways.php
index 0dc3835..10959f3 100755
--- a/usr/local/www/system_gateways.php
+++ b/usr/local/www/system_gateways.php
@@ -153,7 +153,7 @@ effect.");?><br>
<?=htmlspecialchars($gateway['monitor']);?>&nbsp;
</td>
<td class="listbg" ondblclick="document.location='system_gateways_edit.php?id=<?=$i;?>';">
- <font color="#FFFFFF"><?=htmlspecialchars($gateway['descr']);?>&nbsp;
+ <?=htmlspecialchars($gateway['descr']);?>&nbsp;
</td>
<td valign="middle" nowrap class="list">
<table border="0" cellspacing="0" cellpadding="1">
OpenPOWER on IntegriCloud