diff options
author | NOYB <Al_Stu@Frontier.com> | 2016-03-17 01:43:47 -0700 |
---|---|---|
committer | NOYB <Al_Stu@Frontier.com> | 2016-03-17 01:43:47 -0700 |
commit | 1d932e0cd70b171d9ba283ca233bcc3acc3b1479 (patch) | |
tree | 4c8a672c77c97380a6ee7fd669e8f41f08dff4df /src/usr | |
parent | 2fdb390396ed76526be4672f3d6870e26997b2de (diff) | |
download | pfsense-1d932e0cd70b171d9ba283ca233bcc3acc3b1479.zip pfsense-1d932e0cd70b171d9ba283ca233bcc3acc3b1479.tar.gz |
HTML Compliance - Services / DHCP Server
Error: The align attribute on the td element is obsolete. Use CSS instead.
Diffstat (limited to 'src/usr')
-rw-r--r-- | src/usr/local/www/services_dhcp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_dhcp.php b/src/usr/local/www/services_dhcp.php index eef705d..59cf4d0 100644 --- a/src/usr/local/www/services_dhcp.php +++ b/src/usr/local/www/services_dhcp.php @@ -1343,7 +1343,7 @@ if (!is_numeric($pool) && !($act == "newpool")) { foreach ($a_maps as $mapent) { ?> <tr> - <td align="center" ondblclick="document.location='services_dhcp_edit.php?if=<?=htmlspecialchars($if)?>&id=<?=$i?>';"> + <td class="text-center" ondblclick="document.location='services_dhcp_edit.php?if=<?=htmlspecialchars($if)?>&id=<?=$i?>';"> <?php if (isset($mapent['arp_table_static_entry'])): ?> <i class="fa fa-check"></i> <?php endif; ?> |