summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_advanced_admin.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2015-12-01 11:20:00 +0000
committerColin Fleming <cj_fleming@sky.com>2015-12-01 11:20:00 +0000
commit16149dd8e0428f25ded37567655fb673590f6415 (patch)
treed4e282db341f3d50d7d73262bb88c9e128094342 /src/usr/local/www/system_advanced_admin.php
parent1c2b6edfcae2d943858d54370a53ca851a316bad (diff)
downloadpfsense-16149dd8e0428f25ded37567655fb673590f6415.zip
pfsense-16149dd8e0428f25ded37567655fb673590f6415.tar.gz
Tidy up "system_advanced_admin.php"
Remove escaped double quotes
Diffstat (limited to 'src/usr/local/www/system_advanced_admin.php')
-rw-r--r--src/usr/local/www/system_advanced_admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_advanced_admin.php b/src/usr/local/www/system_advanced_admin.php
index 0cb4d50..a4c4c62 100644
--- a/src/usr/local/www/system_advanced_admin.php
+++ b/src/usr/local/www/system_advanced_admin.php
@@ -445,7 +445,7 @@ $section->addInput(new Form_Checkbox(
'Disable DNS Rebinding Checks',
$pconfig['nodnsrebindcheck']
))->setHelp('When this is unchecked, your system is protected against <a '.
- 'href=\"http://en.wikipedia.org/wiki/DNS_rebinding\">DNS Rebinding attacks</a>. '.
+ 'href="http://en.wikipedia.org/wiki/DNS_rebinding">DNS Rebinding attacks</a>. '.
'This blocks private IP responses from your configured DNS servers. Check this '.
'box to disable this protection if it interferes with webConfigurator access or '.
'name resolution in your environment.');
OpenPOWER on IntegriCloud