summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-01-10 23:59:04 -0800
committerNOYB <Al_Stu@Frontier.com>2016-01-10 23:59:04 -0800
commit4c1284c61eadb748081f0eb5050fa4c1b9ab4ff7 (patch)
tree10ae319dd4b0ae20cc4256b60560f1c6d204d8ac /src
parent3fb0c2493041b2620a304ccfac2c56e256974ef0 (diff)
downloadpfsense-4c1284c61eadb748081f0eb5050fa4c1b9ab4ff7.zip
pfsense-4c1284c61eadb748081f0eb5050fa4c1b9ab4ff7.tar.gz
HTML Compliance - Services / DHCP Server
Bad character after <. Probable cause: Unescaped <. Try escaping it as &lt;. Ensure one machine's advskew < 20 (and the other is > 20).
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/services_dhcp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_dhcp.php b/src/usr/local/www/services_dhcp.php
index da24b93..4650051 100644
--- a/src/usr/local/www/services_dhcp.php
+++ b/src/usr/local/www/services_dhcp.php
@@ -938,7 +938,7 @@ if (!is_numeric($pool) && !($act == "newpool")) {
'Failover peer IP',
$pconfig['failover_peerip']
))->setHelp('Leave blank to disable. Enter the interface IP address of the other machine. Machines must be using CARP.' .
- 'Interface\'s advskew determines whether the DHCPd process is Primary or Secondary. Ensure one machine\'s advskew < 20 (and the other is > 20).');
+ 'Interface\'s advskew determines whether the DHCPd process is Primary or Secondary. Ensure one machine\'s advskew &lt; 20 (and the other is &gt; 20).');
}
if (!is_numeric($pool) && !($act == "newpool")) {
OpenPOWER on IntegriCloud