summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_wol.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_wol.php
parenta313e8ebabb3bf24a8d1100430d5b1cadb77e0ea (diff)
downloadpfsense-d4da62498807b8267b62e61f752ed9737c1de5ff.zip
pfsense-d4da62498807b8267b62e61f752ed9737c1de5ff.tar.gz
Do not hard code white
Diffstat (limited to 'usr/local/www/services_wol.php')
-rwxr-xr-xusr/local/www/services_wol.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_wol.php b/usr/local/www/services_wol.php
index 2e97ea7..b7f3ab8 100755
--- a/usr/local/www/services_wol.php
+++ b/usr/local/www/services_wol.php
@@ -171,7 +171,7 @@ You also can wake all clients at once: <a href="services_wol.php?wakeall=true"><
<a href="?mac=<?=$wolent['mac'];?>&if=<?=$wolent['interface'];?>"><?=strtolower($wolent['mac']);?></a>&nbsp;
</td>
<td class="listbg" ondblclick="document.location='services_wol_edit.php?id=<?=$i;?>';">
- <font color="#FFFFFF"><?=htmlspecialchars($wolent['descr']);?>&nbsp;
+ <?=htmlspecialchars($wolent['descr']);?>&nbsp;
</td>
<td valign="middle" nowrap class="list">
<table border="0" cellspacing="0" cellpadding="1">
OpenPOWER on IntegriCloud