summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-03-14 19:01:11 -0500
committerChris Buechler <cmb@pfsense.org>2014-03-14 19:01:11 -0500
commit7c3cf7156442707e2eb2ca18390e6cdda5aabb9b (patch)
treeb10eaa07c481b3922f62403c6567482f24a7c71e /usr
parent85e92a0636f41e4f3f75158bf9a784e89f42d217 (diff)
downloadpfsense-7c3cf7156442707e2eb2ca18390e6cdda5aabb9b.zip
pfsense-7c3cf7156442707e2eb2ca18390e6cdda5aabb9b.tar.gz
fix white space
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/fbegin.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index 333d3d7..f43b476 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -240,7 +240,7 @@ if(! $g['disablehelpmenu']) {
$help_menu = array();
$help_menu[] = array(gettext("About this Page"), $helpurl);
if($g['product_name'] == "pfSense")
- $help_menu[] = array(gettext("Bug Database"), "https://www.pfsense.org/j.php?jumpto=redmine");
+ $help_menu[] = array(gettext("Bug Database"), "https://www.pfsense.org/j.php?jumpto=redmine");
$help_menu[] = array(gettext("User Forum"), "https://www.pfsense.org/j.php?jumpto=forum");
$help_menu[] = array(gettext("Documentation"), "https://www.pfsense.org/j.php?jumpto=doc");
$help_menu[] = array(gettext("Developers Wiki"), "https://www.pfsense.org/j.php?jumpto=devwiki");
OpenPOWER on IntegriCloud