summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_unbound_acls.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2014-05-19 23:26:03 +0100
committerColin Fleming <cj_fleming@sky.com>2014-05-19 23:26:03 +0100
commitc1229525dcdb855836e6580ce9c589f4df4f49db (patch)
treef38eb422647091144d03b58102e144d75eb615ef /usr/local/www/services_unbound_acls.php
parent024068017f98572f6bd41b7ba542fc36fccee39a (diff)
downloadpfsense-c1229525dcdb855836e6580ce9c589f4df4f49db.zip
pfsense-c1229525dcdb855836e6580ce9c589f4df4f49db.tar.gz
Tidy up "diag_logs_ipsec" "service_unbound_acls"
Move NOWRAP into class statement
Diffstat (limited to 'usr/local/www/services_unbound_acls.php')
-rw-r--r--usr/local/www/services_unbound_acls.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_unbound_acls.php b/usr/local/www/services_unbound_acls.php
index f78de82..275c91d 100644
--- a/usr/local/www/services_unbound_acls.php
+++ b/usr/local/www/services_unbound_acls.php
@@ -354,7 +354,7 @@ if (is_subsystem_dirty("unbound"))
<td class="listbg">
<?=htmlspecialchars($acl['description']);?>
</td>
- <td valign="middle" nowrap class="list">
+ <td valign="middle" class="list nowrap">
<a href="services_unbound_acls.php?act=edit&amp;id=<?=$i;?>">
<img src="./themes/<?=$g['theme'];?>/images/icons/icon_e.gif" title="<?=gettext("edit access list"); ?>" width="17" height="17" border="0" alt="edit" />
</a>
OpenPOWER on IntegriCloud