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