summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_l2tp.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/vpn_l2tp.php')
-rw-r--r--src/usr/local/www/vpn_l2tp.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/vpn_l2tp.php b/src/usr/local/www/vpn_l2tp.php
index cb4a0f2..67b1ba1 100644
--- a/src/usr/local/www/vpn_l2tp.php
+++ b/src/usr/local/www/vpn_l2tp.php
@@ -218,9 +218,9 @@ $section->addInput(new Form_Input(
'*Server address',
'text',
$pconfig['localip']
-))->setHelp('Enter the IP address the L2TP server should give to clients for use as their "gateway". ' . '<br />' .
- 'Typically this is set to an unused IP just outside of the client range.' . '<br /><br />' .
- 'NOTE: This should NOT be set to any IP address currently in use on this firewall.');
+))->setHelp('Enter the IP address the L2TP server should give to clients for use as their "gateway". %1$s' .
+ 'Typically this is set to an unused IP just outside of the client range.%1$s%1$s' .
+ 'NOTE: This should NOT be set to any IP address currently in use on this firewall.', '<br />');
$section->addInput(new Form_IpAddress(
'remoteip',
OpenPOWER on IntegriCloud