summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2016-03-12 22:01:51 +0000
committerColin Fleming <cj_fleming@sky.com>2016-03-12 22:01:51 +0000
commit282a02d3882646a115095f402a69d7579f33de71 (patch)
treeddce77b2a3a0d6dcdd0a1f50f7d9748823244e41 /src/usr
parent677f0a18c338cbd08c6bf70ea3006a22896fbbf2 (diff)
downloadpfsense-282a02d3882646a115095f402a69d7579f33de71.zip
pfsense-282a02d3882646a115095f402a69d7579f33de71.tar.gz
Tidy up "system_gateways_edit"
Tidy up missing semi-colon in non-breaking space
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/local/www/system_gateways_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_gateways_edit.php b/src/usr/local/www/system_gateways_edit.php
index 92532dd..c29593a 100644
--- a/src/usr/local/www/system_gateways_edit.php
+++ b/src/usr/local/www/system_gateways_edit.php
@@ -858,7 +858,7 @@ $section->addInput(new Form_StaticText(
'also controls the resolution of loss reporting. To determine the resolution, ' .
'the following formula can be used:') .
'<br/><br/>' .
- gettext('&nbsp &nbsp 100 * probe interval / (time period - loss interval)') .
+ gettext('&nbsp;&nbsp;100 * probe interval / (time period - loss interval)') .
'<br/><br/>' .
gettext('Rounding up to the nearest whole number will yield the resolution of loss ' .
'reporting in percent. The default values provide a resolution of 1%.') .
OpenPOWER on IntegriCloud