summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_unbound.php
diff options
context:
space:
mode:
authorRenato Botelho <garga@pfSense.org>2014-03-25 14:35:55 -0300
committerRenato Botelho <garga@pfSense.org>2014-03-25 14:35:55 -0300
commit6fba8620e561eab65837cd72b8ba6b057e053af2 (patch)
treeef5b33510a44071f5e36cd473f34628440d077a1 /usr/local/www/services_unbound.php
parent26661ec9933d4fb91c357d9d38ea682dd661eb7f (diff)
parentde22e9ca9864d802ad1ec1376247b788efb6938a (diff)
downloadpfsense-6fba8620e561eab65837cd72b8ba6b057e053af2.zip
pfsense-6fba8620e561eab65837cd72b8ba6b057e053af2.tar.gz
Merge pull request #1031 from ayvis/master-br-patch
replaced uppercase html tags with lowercase
Diffstat (limited to 'usr/local/www/services_unbound.php')
-rw-r--r--usr/local/www/services_unbound.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/services_unbound.php b/usr/local/www/services_unbound.php
index 4753571..bd1c00b 100644
--- a/usr/local/www/services_unbound.php
+++ b/usr/local/www/services_unbound.php
@@ -270,7 +270,7 @@ function show_advanced_dns() {
<td width="22%" valign="top" class="vncellreq"><?=gettext("Advanced");?></td>
<td width="78%" class="vtable"><p>
<div id="showadvbox" <?php if ($pconfig['custom_options']) echo "style='display:none'"; ?>>
- <input type="button" onClick="show_advanced_dns()" value="<?=gettext("Advanced"); ?>"></input> - <?=gettext("Show advanced option");?></a>
+ <input type="button" onClick="show_advanced_dns()" value="<?=gettext("Advanced"); ?>" /> - <?=gettext("Show advanced option");?></a>
</div>
<div id="showadv" <?php if (empty($pconfig['custom_options'])) echo "style='display:none'"; ?>>
<strong><?=gettext("Advanced");?><br /></strong>
@@ -440,4 +440,4 @@ enable_change(false);
</script>
<?php include("fend.inc"); ?>
</body>
-</html> \ No newline at end of file
+</html>
OpenPOWER on IntegriCloud