summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_gateways.php
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/local/www/status_gateways.php
parentd514a16b616839e6023a07daa8133efb71c8f345 (diff)
downloadpfsense-2792f9fe5e7ab715695bba32da31fa05756e5378.zip
pfsense-2792f9fe5e7ab715695bba32da31fa05756e5378.tar.gz
Do not hard code white
Diffstat (limited to 'usr/local/www/status_gateways.php')
-rwxr-xr-xusr/local/www/status_gateways.php2
1 files changed, 1 insertions, 1 deletions
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