summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_unbound_advanced.php
diff options
context:
space:
mode:
authorSteve Beaver <sbeaver@netgate.com>2017-02-08 10:02:04 -0500
committerSteve Beaver <sbeaver@netgate.com>2017-02-08 10:02:04 -0500
commit2241553c41e412565dd5d4c97cd827a47ad3abee (patch)
tree2d71a8231075c7f290223d9459e712bd1ae2b888 /src/usr/local/www/services_unbound_advanced.php
parentc74b018d42c02e0ee4e4a25e61db654c9f6caf63 (diff)
downloadpfsense-2241553c41e412565dd5d4c97cd827a47ad3abee.zip
pfsense-2241553c41e412565dd5d4c97cd827a47ad3abee.tar.gz
Rever changes escaping '%' chars in help text. No longer required.
Diffstat (limited to 'src/usr/local/www/services_unbound_advanced.php')
-rw-r--r--src/usr/local/www/services_unbound_advanced.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_unbound_advanced.php b/src/usr/local/www/services_unbound_advanced.php
index eebf380..89be83c 100644
--- a/src/usr/local/www/services_unbound_advanced.php
+++ b/src/usr/local/www/services_unbound_advanced.php
@@ -230,7 +230,7 @@ $section->addInput(new Form_Checkbox(
'Prefetch Support',
'Message cache elements are prefetched before they expire to help keep the cache up to date',
$pconfig['prefetch']
-))->setHelp('When enabled, this option can cause an increase of around 10%% more DNS traffic and load on the server, but frequently requested items will not expire from the cache.');
+))->setHelp('When enabled, this option can cause an increase of around 10% more DNS traffic and load on the server, but frequently requested items will not expire from the cache.');
$section->addInput(new Form_Checkbox(
'prefetchkey',
OpenPOWER on IntegriCloud