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