summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_unbound_advanced.php
diff options
context:
space:
mode:
authorSteve Beaver <sbeaver@netgate.com>2017-02-05 20:44:46 -0500
committerSteve Beaver <sbeaver@netgate.com>2017-02-05 20:44:46 -0500
commitf64a22e883024981fba812af7e1209222222be2c (patch)
tree22c2b43fe3a50a48a76530678a986b71279dd265 /src/usr/local/www/services_unbound_advanced.php
parentdfbc9267d3838088f551de0a53021486b0e7c3df (diff)
downloadpfsense-f64a22e883024981fba812af7e1209222222be2c.zip
pfsense-f64a22e883024981fba812af7e1209222222be2c.tar.gz
Escape '%' in help text
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 89be83c..eebf380 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