From 621baeb604d1125e10222a70ba9a7efa85eff22b Mon Sep 17 00:00:00 2001 From: jim-p Date: Tue, 16 Jun 2015 10:13:09 -0400 Subject: Be more careful with encoding on pages that use single quotes around HTML attributes --- usr/local/www/services_captiveportal.php | 2 +- usr/local/www/system_hasync.php | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'usr/local') diff --git a/usr/local/www/services_captiveportal.php b/usr/local/www/services_captiveportal.php index a56a6fc..6145949 100644 --- a/usr/local/www/services_captiveportal.php +++ b/usr/local/www/services_captiveportal.php @@ -1090,7 +1090,7 @@ function enable_change(enable_change) {   - "; ?> + "; ?> " onclick="enable_change(true)" /> " onclick="enable_change(true)" /> diff --git a/usr/local/www/system_hasync.php b/usr/local/www/system_hasync.php index 7816665..329b745 100755 --- a/usr/local/www/system_hasync.php +++ b/usr/local/www/system_hasync.php @@ -142,7 +142,7 @@ include("head.inc"); pfsync Synchronize Peer IP - ' /> + ' />
Setting this option will force pfsync to synchronize its state table to this IP address. The default is directed multicast. @@ -156,7 +156,7 @@ include("head.inc"); Synchronize Config to IP - ' /> + ' />
Enter the IP address of the firewall to which the selected configuration sections should be synchronized.

@@ -168,7 +168,7 @@ include("head.inc"); Remote System Username - ' /> + ' />
Enter the webConfigurator username of the system entered above for synchronizing your configuration.

@@ -178,7 +178,7 @@ include("head.inc"); Remote System Password - ' /> + ' />
Enter the webConfigurator password of the system entered above for synchronizing your configuration.

-- cgit v1.1