diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-07-03 00:54:01 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-07-03 00:54:01 +0000 |
commit | ee6d9b3481f33d241b76efa99e9477f1c9173209 (patch) | |
tree | 93a15262483f1a1e3f7e0d18f240ec065338d2a1 | |
parent | c438d2f8328a49f1bc38f005a18866c7f4f92119 (diff) | |
download | pfsense-ee6d9b3481f33d241b76efa99e9477f1c9173209.zip pfsense-ee6d9b3481f33d241b76efa99e9477f1c9173209.tar.gz |
Adjust size to keep bottom from moving
-rwxr-xr-x | usr/local/www/edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/edit.php b/usr/local/www/edit.php index de5fe5e..9e0936e 100755 --- a/usr/local/www/edit.php +++ b/usr/local/www/edit.php @@ -78,7 +78,7 @@ else if($_POST['cols'] <> "") $cols = $_POST['cols']; else - $cols = 80; + $cols = 66; ?> <?php |