summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-12-10 12:14:43 -0200
committerRenato Botelho <garga@FreeBSD.org>2014-12-10 12:14:43 -0200
commitd7563eebc721a6eb2ca1f58136905ed4044a1a15 (patch)
tree1e3ea039755149bf3489f66b7b33115b58ce0370 /usr/local
parentb8dd129d4deedef251d03b2b55e3b0c973a97b06 (diff)
downloadpfsense-d7563eebc721a6eb2ca1f58136905ed4044a1a15.zip
pfsense-d7563eebc721a6eb2ca1f58136905ed4044a1a15.tar.gz
Remove spurious '>', fixes #4091
Diffstat (limited to 'usr/local')
-rw-r--r--usr/local/www/services_ntpd.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_ntpd.php b/usr/local/www/services_ntpd.php
index f4683f3..2764b28 100644
--- a/usr/local/www/services_ntpd.php
+++ b/usr/local/www/services_ntpd.php
@@ -374,7 +374,7 @@ include("head.inc");
<input name="nomodify" type="checkbox" class="formcheckbox" id="nomodify"<?php if(!$pconfig['nomodify']) echo " checked=\"checked\""; ?> />
<?php echo gettext("Deny state modifications (i.e. run time configuration) by ntpq and ntpdc (default: enabled)."); ?>
<br />
- <input name="noquery" type="checkbox" class="formcheckbox" id="noquery"<?php if($pconfig['noquery']) echo " checked=\"checked\""; ?> />>
+ <input name="noquery" type="checkbox" class="formcheckbox" id="noquery"<?php if($pconfig['noquery']) echo " checked=\"checked\""; ?> />
<?php echo gettext("Disable ntpq and ntpdc queries (default: disabled)."); ?>
<br />
<input name="noserve" type="checkbox" class="formcheckbox" id="noserve"<?php if($pconfig['noserve']) echo " checked=\"checked\""; ?> />
OpenPOWER on IntegriCloud