diff options
author | Renato Botelho <garga@FreeBSD.org> | 2013-04-25 16:21:08 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2013-04-25 16:21:08 -0300 |
commit | 439da2334eb58df4bbd50093684e711afd76232f (patch) | |
tree | 93a66356b1562ba283487cc15361abb11ba6ec51 /config/unbound/unbound_acls.php | |
parent | 600f999e7ddeaaaa1b2abc25469fa13091aa4b05 (diff) | |
download | pfsense-packages-439da2334eb58df4bbd50093684e711afd76232f.tar.gz pfsense-packages-439da2334eb58df4bbd50093684e711afd76232f.tar.bz2 pfsense-packages-439da2334eb58df4bbd50093684e711afd76232f.zip |
Fix whitespaces and indent
Diffstat (limited to 'config/unbound/unbound_acls.php')
-rw-r--r-- | config/unbound/unbound_acls.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/unbound/unbound_acls.php b/config/unbound/unbound_acls.php index a7c3ea9e..5ba69869 100644 --- a/config/unbound/unbound_acls.php +++ b/config/unbound/unbound_acls.php @@ -95,7 +95,7 @@ if ($_POST) { $input_errors[] = gettext("You must enter a valid IPv4 address for {$networkacl[$x]['acl_network']}."); } } - + if (!$input_errors) { if ($pconfig['Submit'] == gettext("Save")) { @@ -173,7 +173,7 @@ if (is_subsystem_dirty("unbound")) print_info_box_np(gettext("The settings for Unbound DNS has changed. You must apply the configuration to take affect.")); ?> <table width="100%" border="0" cellpadding="0" cellspacing="0"> - <tr> + <tr> <td class="tabnavtbl"> <ul id="tabnav"> <?php @@ -186,7 +186,7 @@ if (is_subsystem_dirty("unbound")) ?> </ul> </td> - </tr> + </tr> <tr> <td class="tabcont"> @@ -375,4 +375,4 @@ if (is_subsystem_dirty("unbound")) </tr> </table> </body> -<?php include("fend.inc"); ?>
\ No newline at end of file +<?php include("fend.inc"); ?> |