From 326dc1497c4d5f4f3683dde5ff1f6813723ecec1 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Sun, 10 Apr 2016 18:40:32 +0545 Subject: Fix extraneous chars in help texts - OpenVPN Server Redmine bug #6102 --- src/usr/local/www/vpn_openvpn_server.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/usr/local/www/vpn_openvpn_server.php b/src/usr/local/www/vpn_openvpn_server.php index 4938b9d..eb7163c 100644 --- a/src/usr/local/www/vpn_openvpn_server.php +++ b/src/usr/local/www/vpn_openvpn_server.php @@ -954,7 +954,7 @@ if ($act=="new" || $act=="edit"): $openvpn_compression_modes ))->setHelp('Compress tunnel packets using the LZO algorithm. ' . 'Adaptive compression will dynamically disable compression for a period of time if OpenVPN detects that the data in the ' . - 'packets is not being compressed efficiently"'); + 'packets is not being compressed efficiently.'); $section->addInput(new Form_Checkbox( 'passtos', @@ -1008,7 +1008,7 @@ if ($act=="new" || $act=="edit"): 'Topology', $pconfig['topology'], $openvpn_topologies - ))->setHelp('Specifies the method used to supply a virtual adapter IP address to clients when using tun mode on IPv4.").' . '
' . + ))->setHelp('Specifies the method used to supply a virtual adapter IP address to clients when using tun mode on IPv4.' . '
' . 'Some clients may require this be set to "subnet" even for IPv6, such as OpenVPN Connect (iOS/Android). ' . 'Older versions of OpenVPN (before 2.0.9) or clients such as Yealink phones may require "net30".'); -- cgit v1.1