diff options
Diffstat (limited to 'usr/local/www/services_dnsmasq.php')
-rwxr-xr-x | usr/local/www/services_dnsmasq.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/services_dnsmasq.php b/usr/local/www/services_dnsmasq.php index defb275..a0e32d0 100755 --- a/usr/local/www/services_dnsmasq.php +++ b/usr/local/www/services_dnsmasq.php @@ -177,7 +177,7 @@ function enable_change(enable_over) { </tr> </table> <br> -<table width="100%" border="0" cellpadding="0" cellspacing="0" class="sortable"> +<table width="100%" border="0" cellpadding="0" cellspacing="0" class="tabcont"> <thead> <tr> <td width="20%" class="listhdrr"><?=gettext("Host");?></td> @@ -242,7 +242,7 @@ function enable_change(enable_over) { </tr> </table> <br> -<table width="100%" border="0" cellpadding="0" cellspacing="0" class="sortable"> +<table width="100%" border="0" cellpadding="0" cellspacing="0" class="tabcont"> <thead> <tr> <td width="35%" class="listhdrr"><?=gettext("Domain");?></td> |