From 4c1284c61eadb748081f0eb5050fa4c1b9ab4ff7 Mon Sep 17 00:00:00 2001 From: NOYB Date: Sun, 10 Jan 2016 23:59:04 -0800 Subject: HTML Compliance - Services / DHCP Server Bad character after <. Probable cause: Unescaped <. Try escaping it as <. Ensure one machine's advskew < 20 (and the other is > 20). --- src/usr/local/www/services_dhcp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 < 20 (and the other is > 20).'); } if (!is_numeric($pool) && !($act == "newpool")) { -- cgit v1.1