diff options
-rwxr-xr-x | usr/local/www/services_dhcp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_dhcp.php b/usr/local/www/services_dhcp.php index b6dc769..1cbc9ab 100755 --- a/usr/local/www/services_dhcp.php +++ b/usr/local/www/services_dhcp.php @@ -333,7 +333,7 @@ The default is to use the IP of the firewall as the gateway. Specify an alterna <?=htmlspecialchars($mapent['ipaddr']);?> </td> <td class="listbg"> - <?=htmlspecialchars($mapent['descr']);?> + <font color="#FFFFFFF"><?=htmlspecialchars($mapent['descr']);?> </font> </td> <td valign="middle" nowrap class="list"> <table border="0" cellspacing="0" cellpadding="1"> |