From f64a22e883024981fba812af7e1209222222be2c Mon Sep 17 00:00:00 2001 From: Steve Beaver Date: Sun, 5 Feb 2017 20:44:46 -0500 Subject: Escape '%' in help text --- src/usr/local/www/services_unbound_advanced.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/local/www/services_unbound_advanced.php') 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', -- cgit v1.1