summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dnsmasq.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-10-12 21:24:10 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-10-12 21:24:10 +0000
commitd4da62498807b8267b62e61f752ed9737c1de5ff (patch)
tree39a07bde8f502dfecbc06f7635723770a2bd52e0 /usr/local/www/services_dnsmasq.php
parenta313e8ebabb3bf24a8d1100430d5b1cadb77e0ea (diff)
downloadpfsense-d4da62498807b8267b62e61f752ed9737c1de5ff.zip
pfsense-d4da62498807b8267b62e61f752ed9737c1de5ff.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 2829e00..e416011 100755
--- a/usr/local/www/services_dnsmasq.php
+++ b/usr/local/www/services_dnsmasq.php
@@ -253,7 +253,7 @@ function enable_change(enable_over) {
<td class="listr">
<?=$doment['ip'];?>&nbsp;
</td>
- <td class="listbg"><font color="#FFFFFF">
+ <td class="listbg">
<?=htmlspecialchars($doment['descr']);?>&nbsp;
</td>
<td valign="middle" nowrap class="list"> <a href="services_dnsmasq_domainoverride_edit.php?id=<?=$i;?>"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_e.gif" width="17" height="17" border="0"></a>
OpenPOWER on IntegriCloud