summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dnsmasq_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/services_dnsmasq_edit.php')
-rw-r--r--src/usr/local/www/services_dnsmasq_edit.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/usr/local/www/services_dnsmasq_edit.php b/src/usr/local/www/services_dnsmasq_edit.php
index ec27418..d6b58b2 100644
--- a/src/usr/local/www/services_dnsmasq_edit.php
+++ b/src/usr/local/www/services_dnsmasq_edit.php
@@ -200,23 +200,23 @@ $section->addInput(new Form_Input(
'Host',
'text',
$pconfig['host']
-))->setHelp('Name of the host, without the domain part' . '<br />' .
- 'e.g.: "myhost"');
+))->setHelp('Name of the host, without the domain part%1$s' .
+ 'e.g.: "myhost"', '<br />');
$section->addInput(new Form_Input(
'domain',
'*Domain',
'text',
$pconfig['domain']
-))->setHelp('Domain of the host' . '<br />' .
- 'e.g.: "example.com"');
+))->setHelp('Domain of the host%1$s' .
+ 'e.g.: "example.com"', '<br />');
$section->addInput(new Form_IpAddress(
'ip',
'*IP Address',
$pconfig['ip']
-))->setHelp('IP address of the host' . '<br />' .
- 'e.g.: 192.168.100.100 or fd00:abcd::1');
+))->setHelp('IP address of the host%1$s' .
+ 'e.g.: 192.168.100.100 or fd00:abcd::1', '<br />');
$section->addInput(new Form_Input(
'descr',
OpenPOWER on IntegriCloud