mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
fix white space
This commit is contained in:
parent
85e92a0636
commit
7c3cf71564
@ -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");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user