summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcpv6_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/services_dhcpv6_edit.php')
-rw-r--r--src/usr/local/www/services_dhcpv6_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_dhcpv6_edit.php b/src/usr/local/www/services_dhcpv6_edit.php
index ee354ff..09b3051 100644
--- a/src/usr/local/www/services_dhcpv6_edit.php
+++ b/src/usr/local/www/services_dhcpv6_edit.php
@@ -227,8 +227,8 @@ $section->addInput(new Form_Input(
'IPv6 address',
'text',
$pconfig['ipaddrv6']
-))->setHelp('If an IPv6 address is entered, the address must be outside of the pool.' . '<br />' .
- 'If no IPv6 address is given, one will be dynamically allocated from the pool.');
+))->setHelp('If an IPv6 address is entered, the address must be outside of the pool.%1$s' .
+ 'If no IPv6 address is given, one will be dynamically allocated from the pool.', '<br />');
$section->addInput(new Form_Input(
'hostname',
OpenPOWER on IntegriCloud