diff options
author | Colin Fleming <cj_fleming@sky.com> | 2014-05-19 23:15:06 +0100 |
---|---|---|
committer | Colin Fleming <cj_fleming@sky.com> | 2014-05-19 23:15:06 +0100 |
commit | 51bf0dbb4b149ab7b92a0437bf93ea848d7974fd (patch) | |
tree | bda6b225dfe43e1835d80d30aaec749964fb243e /usr | |
parent | 264b3ca81564a109d93acc65b44b1dd9f013e78b (diff) | |
download | pfsense-51bf0dbb4b149ab7b92a0437bf93ea848d7974fd.zip pfsense-51bf0dbb4b149ab7b92a0437bf93ea848d7974fd.tar.gz |
Update services_dhcpv6.php
Move NOWRAP into class statement
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/www/services_dhcpv6.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_dhcpv6.php b/usr/local/www/services_dhcpv6.php index 8824625..d312f6d 100644 --- a/usr/local/www/services_dhcpv6.php +++ b/usr/local/www/services_dhcpv6.php @@ -878,7 +878,7 @@ display_top_tabs($tab_array); <td class="listbg" ondblclick="document.location='services_dhcpv6_edit.php?if=<?=$if;?>&id=<?=$i;?>';"> <?=htmlspecialchars($mapent['descr']);?> </td> - <td valign="middle" nowrap="nowrap" class="list"> + <td valign="middle" class="list nowrap"> <table border="0" cellspacing="0" cellpadding="1" summary="icons"> <tr> <td valign="middle"><a href="services_dhcpv6_edit.php?if=<?=$if;?>&id=<?=$i;?>"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_e.gif" width="17" height="17" border="0" alt="edit" /></a></td> |