summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-03-17 09:48:47 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-03-17 09:48:47 -0400
commit14ac4ed239cef86d17c8e9af500b7cd23d588479 (patch)
treee2bd4858b70cba5fa8eb1037cbc34d67b782bf62 /src
parentd7f2ed5f3cff10ce4425559c6b9983179d31effa (diff)
parent1d932e0cd70b171d9ba283ca233bcc3acc3b1479 (diff)
downloadpfsense-14ac4ed239cef86d17c8e9af500b7cd23d588479.zip
pfsense-14ac4ed239cef86d17c8e9af500b7cd23d588479.tar.gz
Merge pull request #2755 from NOYB/HTML_Compliance_-_Services_/_DHCP_Server
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/services_dhcp.php2
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)?>&amp;id=<?=$i?>';">
+ <td class="text-center" ondblclick="document.location='services_dhcp_edit.php?if=<?=htmlspecialchars($if)?>&amp;id=<?=$i?>';">
<?php if (isset($mapent['arp_table_static_entry'])): ?>
<i class="fa fa-check"></i>
<?php endif; ?>
OpenPOWER on IntegriCloud