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:52 -0200
commit59c5e4bd687ec9779488e35e418380bde8a2544e (patch)
treec237f7dad45107f910bfb08a95251c2393f41276 /usr/local
parent52e97bcc628f290c04f1d89516b1a236294fd80f (diff)
downloadpfsense-59c5e4bd687ec9779488e35e418380bde8a2544e.zip
pfsense-59c5e4bd687ec9779488e35e418380bde8a2544e.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