summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_unbound.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2014-04-14 11:22:22 +0100
committerColin Fleming <cj_fleming@sky.com>2014-04-14 11:22:22 +0100
commit93fb60945c4f8da965bdd8fce186c64d2a34b297 (patch)
tree430fa52f8931e0084d6134c7e040e0dfac0a9e6c /usr/local/www/services_unbound.php
parentd87ec8f90906aa0ebaae0680d2e3483a5e24e3a9 (diff)
downloadpfsense-93fb60945c4f8da965bdd8fce186c64d2a34b297.zip
pfsense-93fb60945c4f8da965bdd8fce186c64d2a34b297.tar.gz
Tidy up XHTML
Update HTML Boolean operator (multiple) Change ONCLICK to lower case Add missing semi-colon
Diffstat (limited to 'usr/local/www/services_unbound.php')
-rw-r--r--usr/local/www/services_unbound.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/services_unbound.php b/usr/local/www/services_unbound.php
index 1921426..a6a61aa 100644
--- a/usr/local/www/services_unbound.php
+++ b/usr/local/www/services_unbound.php
@@ -190,7 +190,7 @@ function show_advanced_dns() {
?>
<?=gettext("Interface IPs used by the DNS Resolver for responding to queries from clients. If an interface has both IPv4 and IPv6 IPs, both are used. Queries to other interface IPs not selected below are discarded. The default behavior is to respond to queries on every available IPv4 and IPv6 address.");?>
<br /><br />
- <select id="active_interface" name="active_interface[]" multiple="true" size="3">
+ <select id="active_interface" name="active_interface[]" multiple="multiple" size="3">
<option value="" <?php if (empty($pconfig['active_interface'])) echo 'selected="selected"'; ?>>All</option>
<?php
foreach ($interface_addresses as $laddr):
@@ -215,7 +215,7 @@ function show_advanced_dns() {
?>
<?=gettext("Utilize different network interface(s) that the DNS Resolver will use to send queries to authoritative servers and receive their replies. By default all interfaces are used.");?>
<br /><br />
- <select id="outgoing_interface" name="outgoing_interface[]" multiple="true" size="3">
+ <select id="outgoing_interface" name="outgoing_interface[]" multiple="multiple" size="3">
<option value="" <?php if (empty($pconfig['outgoing_interface'])) echo 'selected="selected"'; ?>>All</option>
<?php
foreach ($interface_addresses as $laddr):
@@ -281,7 +281,7 @@ function show_advanced_dns() {
<td width="22%" valign="top" class="vncellreq"><?=gettext("Advanced");?></td>
<td width="78%" class="vtable">
<div id="showadvbox" <?php if ($pconfig['custom_options']) echo "style='display:none'"; ?>>
- <input type="button" onClick="show_advanced_dns()" value="<?=gettext("Advanced"); ?>" /> - <?=gettext("Show advanced option");?>
+ <input type="button" onclick="show_advanced_dns()" value="<?=gettext("Advanced"); ?>" /> - <?=gettext("Show advanced option");?>
</div>
<div id="showadv" <?php if (empty($pconfig['custom_options'])) echo "style='display:none'"; ?>>
<strong><?=gettext("Advanced");?><br /></strong>
OpenPOWER on IntegriCloud