summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-10-12 20:39:43 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-10-12 20:39:43 +0000
commit2792f9fe5e7ab715695bba32da31fa05756e5378 (patch)
treec1b05ed10485967b072b260fab5eecf2240a7016 /usr
parentd514a16b616839e6023a07daa8133efb71c8f345 (diff)
downloadpfsense-2792f9fe5e7ab715695bba32da31fa05756e5378.zip
pfsense-2792f9fe5e7ab715695bba32da31fa05756e5378.tar.gz
Do not hard code white
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/status_gateway_groups.php2
-rwxr-xr-xusr/local/www/status_gateways.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/status_gateway_groups.php b/usr/local/www/status_gateway_groups.php
index 76a426a..730e55e 100755
--- a/usr/local/www/status_gateway_groups.php
+++ b/usr/local/www/status_gateway_groups.php
@@ -193,7 +193,7 @@ effect.");?><br>
</table>
</td>
<td class="listbg">
- <font color="#FFFFFF"><?=htmlspecialchars($gateway_group['descr']);?>&nbsp;
+ <?=htmlspecialchars($gateway_group['descr']);?>&nbsp;
</td>
</tr>
<?php $i++; endforeach; ?>
diff --git a/usr/local/www/status_gateways.php b/usr/local/www/status_gateways.php
index 441dff6..94b0a3a 100755
--- a/usr/local/www/status_gateways.php
+++ b/usr/local/www/status_gateways.php
@@ -126,7 +126,7 @@ include("head.inc");
</table>
</td>
<td class="listbg" >
- <font color="#FFFFFF"><?=$gateway['descr'];?></font>
+ <?=$gateway['descr'];?></font>
</td>
</tr>
<?php
OpenPOWER on IntegriCloud