summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorstilez <stilez@users.noreply.github.com>2017-07-25 15:37:32 +0100
committerGitHub <noreply@github.com>2017-07-25 15:37:32 +0100
commitef77e40e0c7b861cc268cd1f0e30600f573b807e (patch)
tree9f3b3171fd51346e6099f11e063eec81a0324412 /src/usr
parentb45746a37c2a571553fec2cae0f07d5e68eacc47 (diff)
downloadpfsense-ef77e40e0c7b861cc268cd1f0e30600f573b807e.zip
pfsense-ef77e40e0c7b861cc268cd1f0e30600f573b807e.tar.gz
format %1$s etc in help
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/local/www/system.php10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/usr/local/www/system.php b/src/usr/local/www/system.php
index 0467d63..15af4ef 100644
--- a/src/usr/local/www/system.php
+++ b/src/usr/local/www/system.php
@@ -459,10 +459,12 @@ $section->addInput(new Form_Input(
'text',
$pconfig['domain'],
['placeholder' => 'mycorp.com, home, office, private, etc.']
-))->setHelp('Do not use \'.local\' as the final part of the domain (TLD), The \'.local\' domain is <a target="_blank" ' .
- 'href="https://www.unbound.net/pipermail/unbound-users/2011-March/001735.html")widely used</a> by mDNS (including Avahi), ' .
- 'Apple OS X (Bonjour/Rendezvous/Airprint/Airplay), and some Windows systems and network devices. These will not network ' .
- 'correctly if the router uses \'.local\'. Alternatives such as \'.local.lan\' or \'.mylocal\' are safe.');
+))->setHelp('Do not use \'.local\' as the final part of the domain (TLD), The \'.local\' domain is %1$swidely used%2$s by '.
+ 'mDNS (including Avahi), Apple OS X (Bonjour/Rendezvous/Airprint/Airplay), and some Windows systems and network devices. ' .
+ 'These will not network correctly if the router uses \'.local\'. Alternatives such as \'.local.lan\' or \'.mylocal\' are safe.',
+ '<a target="_blank" href="https://www.unbound.net/pipermail/unbound-users/2011-March/001735.html">',
+ '</a>'
+);
$form->add($section);
OpenPOWER on IntegriCloud