diff options
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/www/diag_routes.php | 2 | ||||
-rwxr-xr-x | usr/local/www/services_dnsmasq.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/diag_routes.php b/usr/local/www/diag_routes.php index 3c35328..1f581ac 100644 --- a/usr/local/www/diag_routes.php +++ b/usr/local/www/diag_routes.php @@ -82,7 +82,7 @@ include('head.inc'); $name = ($tabindex == 0 ? 'IPv4' : 'IPv6'); ?> <table class="tabcont" width="100%" cellspacing="0" cellpadding="6" border="0"> -<tr><td class="listbg" colspan="<?=$elements?>"><font color="white"><strong><?=$name;?></strong></font></td></tr> +<tr><td class="listbg" colspan="<?=$elements?>"><strong><?=$name;?></strong></font></td></tr> <? foreach (explode("\n", $table) as $i => $line) { if ($i == 0) continue; 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'];?> </td> <td class="listbg" ondblclick="document.location='services_dnsmasq_edit.php?id=<?=$i;?>';"> - <font color="#FFFFFF"><?=htmlspecialchars($hostent['descr']);?> + <?=htmlspecialchars($hostent['descr']);?> </td> <td valign="middle" nowrap class="list"> <table border="0" cellspacing="0" cellpadding="1"> |