summaryrefslogtreecommitdiffstats
path: root/etc/inc/pfsense-utils.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@sullrich-MacBookPro.local>2009-04-02 14:55:30 -0400
committerScott Ullrich <sullrich@sullrich-MacBookPro.local>2009-04-02 14:55:30 -0400
commitf56097a37e983b350acbc532a356b9e2e9e8b3f3 (patch)
tree1ab7f535944fde7a7d2725758b041302bf865475 /etc/inc/pfsense-utils.inc
parent3a42330e81b946b8aefc9d13610baf203e850d86 (diff)
downloadpfsense-f56097a37e983b350acbc532a356b9e2e9e8b3f3.zip
pfsense-f56097a37e983b350acbc532a356b9e2e9e8b3f3.tar.gz
Woops, use 80 chars not 70
Diffstat (limited to 'etc/inc/pfsense-utils.inc')
-rw-r--r--etc/inc/pfsense-utils.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index f3f1853..6c19390 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -2244,7 +2244,7 @@ function display_top_tabs($tab_array) {
$tabcharcount = 0;
foreach ($tab_array as $ta)
$tabcharcount = $tabcharcount + strlen($ta[0]);
- // If the character count of the tab names is > 70
+ // If the character count of the tab names is > 80
// then show a select item dropdown menubox.
if($tabcharcount > 70) {
echo "Currently viewing: ";
@@ -3852,4 +3852,4 @@ function is_fqdn($fqdn) {
}
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud