summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstilez <stilez@users.noreply.github.com>2017-07-25 15:37:32 +0100
committerRenato Botelho <renato@netgate.com>2017-07-31 16:35:10 -0300
commit83477771878cb6594953a0d03efaee74e9adf3c9 (patch)
tree2d581ff708a136766d40d08387ce0ee9de4d6090
parent5c9bc79843b409e074d1b120448497f6e0d7e9ea (diff)
downloadpfsense-83477771878cb6594953a0d03efaee74e9adf3c9.zip
pfsense-83477771878cb6594953a0d03efaee74e9adf3c9.tar.gz
format %1$s etc in help
(cherry picked from commit ef77e40e0c7b861cc268cd1f0e30600f573b807e)
-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 fd91fab..4863c23 100644
--- a/src/usr/local/www/system.php
+++ b/src/usr/local/www/system.php
@@ -477,10 +477,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