summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dnsmasq.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-10-12 21:00:49 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-10-12 21:00:49 +0000
commit0e1dce2659407bf3f164747dc9fdf29f6132923a (patch)
treef3564a34aae5833a85c9418e6f5e7f74377d966f /usr/local/www/services_dnsmasq.php
parent00908429833f0f5426863f1f171a94f59a53f321 (diff)
downloadpfsense-0e1dce2659407bf3f164747dc9fdf29f6132923a.zip
pfsense-0e1dce2659407bf3f164747dc9fdf29f6132923a.tar.gz
Do not hard code white
Diffstat (limited to 'usr/local/www/services_dnsmasq.php')
-rwxr-xr-xusr/local/www/services_dnsmasq.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_dnsmasq.php b/usr/local/www/services_dnsmasq.php
index 34bfafa..2829e00 100755
--- a/usr/local/www/services_dnsmasq.php
+++ b/usr/local/www/services_dnsmasq.php
@@ -200,7 +200,7 @@ function enable_change(enable_over) {
<?=$hostent['ip'];?>&nbsp;
</td>
<td class="listbg" ondblclick="document.location='services_dnsmasq_edit.php?id=<?=$i;?>';">
- <font color="#FFFFFF"><?=htmlspecialchars($hostent['descr']);?>&nbsp;
+ <?=htmlspecialchars($hostent['descr']);?>&nbsp;
</td>
<td valign="middle" nowrap class="list">
<table border="0" cellspacing="0" cellpadding="1">
OpenPOWER on IntegriCloud