summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_unbound_acls.php
diff options
context:
space:
mode:
authorayvis <ayvis.infra@gmail.com>2014-03-14 21:24:03 +0100
committerayvis <ayvis.infra@gmail.com>2014-03-14 21:24:03 +0100
commit8cd558b61b9c24ee109993d8e76ddc4870ffa4fa (patch)
tree528f7b2f8ea80e0779907147273d99008e31b5d6 /usr/local/www/services_unbound_acls.php
parente1d68dde59717fc5f125796f07070a654e28ec43 (diff)
downloadpfsense-8cd558b61b9c24ee109993d8e76ddc4870ffa4fa.zip
pfsense-8cd558b61b9c24ee109993d8e76ddc4870ffa4fa.tar.gz
xhtml Compliance
replaced <br>, <br/> and </br> with <br />
Diffstat (limited to 'usr/local/www/services_unbound_acls.php')
-rw-r--r--usr/local/www/services_unbound_acls.php16
1 files changed, 8 insertions, 8 deletions
diff --git a/usr/local/www/services_unbound_acls.php b/usr/local/www/services_unbound_acls.php
index 08393ba..e6577ac 100644
--- a/usr/local/www/services_unbound_acls.php
+++ b/usr/local/www/services_unbound_acls.php
@@ -54,7 +54,7 @@ if ($act == "del") {
unset($a_acls[$id]);
write_config();
services_unbound_configure();
- $savemsg = gettext("Access List successfully deleted")."<br/>";
+ $savemsg = gettext("Access List successfully deleted")."<br />";
}
if ($act == "new") {
@@ -217,13 +217,13 @@ if (is_subsystem_dirty("unbound"))
</option>
<?php endforeach; ?>
</select>
- <br/>
+ <br />
<span class="vexpl">
- <?=gettext("Choose what to do with DNS requests that match the criteria specified below.");?> <br/>
- <?=gettext("<b>Deny:</b> This action stops queries from hosts within the netblock defined below.");?> <br/>
- <?=gettext("<b>Refuse:</b> This action also stops queries from hosts within the netblock defined below, but sends a DNS rcode REFUSED error message back to the client.");?> <br/>
- <?=gettext("<b>Allow:</b> This action allows queries from hosts within the netblock defined below.");?> <br/>
- <?=gettext("<b>Allow Snoop:</b> This action allows recursive and nonrecursive access from hosts within the netblock defined below. Used for cache snooping and ideally should only be configured for your administrative host.");?> <br/>
+ <?=gettext("Choose what to do with DNS requests that match the criteria specified below.");?> <br />
+ <?=gettext("<b>Deny:</b> This action stops queries from hosts within the netblock defined below.");?> <br />
+ <?=gettext("<b>Refuse:</b> This action also stops queries from hosts within the netblock defined below, but sends a DNS rcode REFUSED error message back to the client.");?> <br />
+ <?=gettext("<b>Allow:</b> This action allows queries from hosts within the netblock defined below.");?> <br />
+ <?=gettext("<b>Allow Snoop:</b> This action allows recursive and nonrecursive access from hosts within the netblock defined below. Used for cache snooping and ideally should only be configured for your administrative host.");?> <br />
</span>
</td>
</tr>
@@ -302,7 +302,7 @@ if (is_subsystem_dirty("unbound"))
<tr>
<td width="22%" valign="top">&nbsp;</td>
<td width="78%">
- &nbsp;<br>&nbsp;
+ &nbsp;<br />&nbsp;
<input name="Submit" type="submit" class="formbtn" value="<?=gettext("Save"); ?>"> <input type="button" class="formbtn" value="<?=gettext("Cancel"); ?>" onclick="history.back()">
</td>
</tr>
OpenPOWER on IntegriCloud