summaryrefslogtreecommitdiffstats
path: root/etc/inc/pfsense-utils.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@sullrich-MacBookPro.local>2009-04-02 14:57:12 -0400
committerScott Ullrich <sullrich@sullrich-MacBookPro.local>2009-04-02 14:57:12 -0400
commitaebbbb638befd11129296615ec83dfa4b371ea7e (patch)
tree54cef28ad9df320bd84bd32e9e954e7be4347239 /etc/inc/pfsense-utils.inc
parentf56097a37e983b350acbc532a356b9e2e9e8b3f3 (diff)
downloadpfsense-aebbbb638befd11129296615ec83dfa4b371ea7e.zip
pfsense-aebbbb638befd11129296615ec83dfa4b371ea7e.tar.gz
Use 80 chars
Diffstat (limited to 'etc/inc/pfsense-utils.inc')
-rw-r--r--etc/inc/pfsense-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index 6c19390..b034ab8 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -2246,7 +2246,7 @@ function display_top_tabs($tab_array) {
$tabcharcount = $tabcharcount + strlen($ta[0]);
// If the character count of the tab names is > 80
// then show a select item dropdown menubox.
- if($tabcharcount > 70) {
+ if($tabcharcount > 80) {
echo "Currently viewing: ";
echo "<select name='TabSelect'>\n";
foreach ($tab_array as $ta) {
OpenPOWER on IntegriCloud