summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_advanced_admin.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-08-31 22:20:32 -0500
committerChris Buechler <cmb@pfsense.org>2015-08-31 22:20:32 -0500
commit4d0bf2c32643bd04effa0a83f7001214572fb7e5 (patch)
treebde6c56a4ccd9746a5c11f672eb302bb277be4d3 /src/usr/local/www/system_advanced_admin.php
parent6f65dc19bbfd46bab6e9903da724fcb0f9846b3b (diff)
downloadpfsense-4d0bf2c32643bd04effa0a83f7001214572fb7e5.zip
pfsense-4d0bf2c32643bd04effa0a83f7001214572fb7e5.tar.gz
fix missing spaces
Diffstat (limited to 'src/usr/local/www/system_advanced_admin.php')
-rw-r--r--src/usr/local/www/system_advanced_admin.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/system_advanced_admin.php b/src/usr/local/www/system_advanced_admin.php
index 4b38b49..8a0e826 100644
--- a/src/usr/local/www/system_advanced_admin.php
+++ b/src/usr/local/www/system_advanced_admin.php
@@ -461,8 +461,8 @@ $section->addInput(new Form_Checkbox(
'Authentication Method',
'Disable password login for Secure Shell (RSA/DSA key only)',
$pconfig['sshdkeyonly']
-))->setHelp('When enabled, authorized keys need to be configured for each<a '.
- 'href="system_usermanager.php">user</a>that has been granted secure shell '.
+))->setHelp('When enabled, authorized keys need to be configured for each <a '.
+ 'href="system_usermanager.php">user</a> that has been granted secure shell '.
'access.');
$section->addInput(new Form_Input(
OpenPOWER on IntegriCloud